mPDFExportParamscolorImagesDPI Property
|
Property that represents value of the
resolution for color and grayscale images (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 colorImagesDPI { get; set; }
Public Property colorImagesDPI As UInteger
Get
Set
public:
property unsigned int colorImagesDPI {
unsigned int get ();
void set (unsigned int value);
}
member colorImagesDPI : uint32 with get, set
Property Value
UInt32
See Also