UsePrinterPaperSize Property (C1PageSettings)
In This Topic
Gets or sets a value indicating whether to use the printer paper size when generating the document. This property does not affect the values of
Landscape,
Width,
Height and
PaperKind properties.
Syntax
'Declaration
Public Property UsePrinterPaperSize As Boolean
public bool UsePrinterPaperSize {get; set;}
See Also