Click or drag to resize

DocumentPrintingEventArgsPrintDpiDefault Field

Represents a value indicating that the default printing resolution in dots per inch (DPI) should be used.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public const int PrintDpiDefault = 0

Field Value

Type: Int32
Remarks
The default printing DPI is the same as the value of RenderDpi when the Document was created.
See Also