mPDFExportParamsvectorDPI
Property
|
Property that represents vector resolution
value (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 vectorDPI { get; set; }
Public Property vectorDPI As UInteger
Get
Set
public:
property unsigned int vectorDPI {
unsigned int get ();
void set (unsigned int value);
}
member vectorDPI : uint32 with get, set
Property Value
UInt32
See Also