mPDFExportParamshatchDPI
Property
|
Property that represents the current value of
the resolution for images created as a result of hatch export (in
dots per inch, dpi). Standard values are 72, 150, 200, 300, 400,
600, 720, 1200, 2400 and 4800 DPI.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public uint hatchDPI { get; set; }
Public Property hatchDPI As UInteger
Get
Set
public:
property unsigned int hatchDPI {
unsigned int get ();
void set (unsigned int value);
}
member hatchDPI : uint32 with get, set
Property Value
UInt32
See Also