Gets or sets the value indicating the manner in which pages are scaled during printing.
Namespace:
C1.C1PreviewThe default value is ReduceToPaper.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(PageScalingEnum.ReduceToPaper)] public PageScalingEnum PageScaling { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(PageScalingEnum.ReduceToPaper)> _ Public Property PageScaling As PageScalingEnum Get Set |
Remarks
The default value for this property is PageScalingEnum.ReduceToPaper.