ImageGear .NET v25.0 - Updated
EmitHalftones Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : EmitHalftones Property
Gets or sets a value indicating whether emit half-tones is on.
Syntax
'Declaration
 
Public Property EmitHalftones As Boolean
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As Boolean
 
instance.EmitHalftones = value
 
value = instance.EmitHalftones
public bool EmitHalftones {get; set;}
public: __property bool get_EmitHalftones();
public: __property void set_EmitHalftones( 
   bool value
);
public:
property bool EmitHalftones {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members