DocumentPrintingEventArgsPrintDpiDefault Field |
Represents a value indicating that the default printing resolution in dots per inch (DPI) should be used.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic const int PrintDpiDefault = 0
Public Const PrintDpiDefault As Integer = 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