Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / ZoomFactor Property


In This Topic
    ZoomFactor Property (PrintInfo)
    In This Topic
    Gets or sets the zoom factor used for printing.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(1)>
    Public Property ZoomFactor As Double
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Double
     
    instance.ZoomFactor = value
     
    value = instance.ZoomFactor
    [DefaultValue(1)]
    public double ZoomFactor {get; set;}

    Property Value

    A value that specifies the amount to enlarge or reduce the printed worksheet. The default value is 1.
    Remarks
    Specify the value as a number between 0.1 (10% zoom) and 4 (400% zoom).
    See Also