Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PrintOptions Class / PageSettings Property

In This Topic
    PageSettings Property (C1PrintOptions)
    In This Topic
    Gets or sets the PageSettings object defining the page settings (page size, orientation and so on). This can be null in which case System.Drawing.Printing.PrinterSettings.DefaultPageSettings will be used. This property does not force C1DocumentSource to repaginate, it only affects the printer's paper size. The document's pages will be scaled to fit it.
    Syntax
    'Declaration
     
    Public Property PageSettings As PageSettings
    public PageSettings PageSettings {get; set;}
    See Also