GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfWriter Class / Landscape Property
In This Topic
    Landscape Property
    In This Topic
    Specifies the orientation of the diagram when printed onto a page. If true, means that the longer dimension of the page should be horizontal for the y-axis of the diagram to be vertical. Default is false.
    Syntax
    public bool Landscape {get; set;}
    See Also