Gets or sets a transparency flattening quality.
Syntax
public int TransQuality {get; set;}
public: __property int get_TransQuality();
public: __property void set_TransQuality(
int value
);
public:
property int TransQuality {
int get();
void set ( int value);
}
'Declaration
Public Property TransQuality As Integer
'Usage
Dim instance As ImGearPDFPrintOptions
Dim value As Integer
instance.TransQuality = value
value = instance.TransQuality
Property Value
Integer value.
See Also