Web API Edition | ComponentOne
C1.Web.Api.Document.Models Namespace / PageSettings Class / Landscape Property

In This Topic
    Landscape Property
    In This Topic
    Gets or sets a value indicating whether to use landscape orientation.
    Syntax
    'Declaration
     
    
    Public Property Landscape As Nullable(Of Boolean)
    public Nullable<bool> Landscape {get; set;}
    See Also