PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / PageSettings Property

In This Topic
    PageSettings Property (C1PreviewPane)
    In This Topic
    Gets or sets page settings associated with the current document.

    IMPORTANT NOTE: The System.Drawing.Printing.PageSettings object returned by this property is created on the fly, and any changes made to its sub-properties may be lost unless you explicitly assign the modified object to the current property.

    Syntax
    'Declaration
     
    Public Property PageSettings As PageSettings
    public PageSettings PageSettings {get; set;}

    Property Value

    A snapshot of the current page settings.
    See Also