Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PdfSettings Class / Landscape Property

In This Topic
    Landscape Property (PdfSettings)
    In This Topic
    Gets or sets a value indicating whether the paper orientation is Landscape. Defaults to false.

    Note that this property is ignored if FullPage is true.

    Syntax
    'Declaration
     
    Public Property Landscape As System.Boolean
    public System.bool Landscape {get; set;}
    See Also