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