Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview 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 PageScalingEnum.ReduceToPaper.

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