ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / TransQuality Property




In This Topic
    TransQuality Property
    In This Topic
    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