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
C1PageSettings.Landscape,
C1PageSettings.Width,
C1PageSettings.Height and
C1PageSettings.PaperKind properties.
Syntax
'Declaration
Public Property UsePrinterPaperSize As Boolean
public bool UsePrinterPaperSize {get; set;}
See Also