Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / ZoomFactor Property
Example


In This Topic
    ZoomFactor Property
    In This Topic
    Gets or sets the zoom factor used for printing this sheet.
    Syntax
    'Declaration
     
    
    Public Property ZoomFactor As Single
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Single
     
    instance.ZoomFactor = value
     
    value = instance.ZoomFactor
    public float ZoomFactor {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also