'Declaration <DescriptionAttribute("A value indicating whether vector rendering must be used to print PDF pages, which contain transparency.")> <DefaultValueAttribute(False)> Public Property UseVectorRenderingForTransparentPages As Boolean
[Description("A value indicating whether vector rendering must be used to print PDF pages, which contain transparency.")] [DefaultValue(False)] public bool UseVectorRenderingForTransparentPages { get; set; }
[Description("A value indicating whether vector rendering must be used to print PDF pages, which contain transparency.")] [DefaultValue(False)] public: __property bool get_UseVectorRenderingForTransparentPages(); public: __property void set_UseVectorRenderingForTransparentPages(
bool value
);
[Description("A value indicating whether vector rendering must be used to print PDF pages, which contain transparency.")] [DefaultValue(False)] public:
property bool UseVectorRenderingForTransparentPages { bool get(); void set(bool value); }
Property Value
True if vector rendering must be used to print PDF pages, which contain transparency; otherwise, false.
Default value is false.
Default value is false.