ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PageSettings Class / UsePrinterPaperSize Property

In This Topic
    UsePrinterPaperSize Property
    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 System.Boolean
    public System.bool UsePrinterPaperSize {get; set;}
    See Also