Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LandscapeRule Class / LandscapeRule Constructor / LandscapeRule Constructor(ResetOption)
Whether to reset the rules or a particular rule
Example


In This Topic
    LandscapeRule Constructor(ResetOption)
    In This Topic
    Creates a new rule that determines whether to print in landscape format, with the specified reset option.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal resetOption As ResetOption _
    )
    'Usage
     
    
    Dim resetOption As ResetOption
     
    Dim instance As New LandscapeRule(resetOption)
    public LandscapeRule( 
       ResetOption resetOption
    )

    Parameters

    resetOption
    Whether to reset the rules or a particular rule
    Example
    This example sets printing rules.
    See Also