PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / UsePrinterPaperSize Property

In This Topic
    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