ImageGear .NET v25.0 - Updated
TransQuality Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : TransQuality Property
Gets or sets a transparency flattening quality.
Syntax
'Declaration
 
Public Property TransQuality As Integer
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As Integer
 
instance.TransQuality = value
 
value = instance.TransQuality
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);
}

Property Value

Integer value.
Remarks
1 is the fastest, 5 is the best. The default value is 3.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members