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


In This Topic
    Orientation Property (PrintInfo)
    In This Topic
    Gets or sets the page orientation used for printing.
    Syntax
    'Declaration
     
    
    Public Property Orientation As PrintOrientation
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public PrintOrientation Orientation {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also