Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Landscape Property

In This Topic
    Landscape Property (GcPdfDocument)
    In This Topic
    Gets or sets a value indicating whether newly added pages have landscape orientation.
    Syntax
    'Declaration
     
    Public Property Landscape As System.Boolean
    public System.bool Landscape {get; set;}
    See Also