Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1PrintOptions Class / PageScaling Property

In This Topic
    PageScaling Property
    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