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.48.0.0 (3.48.0.0)
Syntax public const int PrintDpiDefault = 0
Public Const PrintDpiDefault As Integer = 0
Field Value
Type:
Int32Remarks
The default printing DPI is the same as the value of
RenderDpi when the
Document was created.
See Also