Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ScaleRule Class / EndFactor Property
Example


In This Topic
    EndFactor Property
    In This Topic
    Gets or sets the zoom factor at which to stop testing.
    Syntax
    'Declaration
     
    
    Public Property EndFactor As Single
    'Usage
     
    
    Dim instance As ScaleRule
    Dim value As Single
     
    instance.EndFactor = value
     
    value = instance.EndFactor
    public float EndFactor {get; set;}
    Example
    This example creates a scale rule for optimized printing.
    See Also