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

In This Topic
    PageScaling Property (C1PrintOptions)
    In This Topic
    Gets or sets the value indicating the manner in which pages are scaled during printing.

    The default value is PageScaling.FitToPaper.

    Syntax
    'Declaration
     
    Public Property PageScaling As PageScaling
    public PageScaling PageScaling {get; set;}
    See Also