FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport Namespace / BehaviorOptions Class / UseDefaultPrinterPaperSize Property

In This Topic
    UseDefaultPrinterPaperSize Property (BehaviorOptions)
    In This Topic
    Gets or sets a value indicating whether the paper size of default printer is used when PaperSize is Custom and both CustomWidth and CustomHeight are 0 (unspecified).
    Syntax
    'Declaration
     
    Public Property UseDefaultPrinterPaperSize As Boolean
    public bool UseDefaultPrinterPaperSize {get; set;}
    See Also