Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / Orientation Property


In This Topic
    Orientation Property (PrintInfo)
    In This Topic
    Gets or sets the page orientation used for printing.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Orientation As PrintPageOrientation
    'Usage
     
    Dim instance As PrintInfo
    Dim value As PrintPageOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PrintPageOrientation Orientation {get; set;}

    Property Value

    A value that specifies the orientation for the printed page. The default value is Portrait.
    See Also