Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LandscapeRule Class / LandscapeRule Constructor / LandscapeRule Constructor()
Example


In This Topic
    LandscapeRule Constructor()
    In This Topic
    Creates a new rule that determines whether to print in landscape format.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New LandscapeRule()
    public LandscapeRule()
    Example
    This example shows the use of this property when creating a PrintInfo object and setting up the rules for optimum printing.
    See Also