GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DocExtentSize Property
In This Topic
    DocExtentSize Property
    In This Topic
    Gets the size of this view in its document.
    Syntax
    [Browsable(false)]
    public virtual SizeF DocExtentSize {get;}

    Property Value

    The SizeF value is in document coordinates.
    Remarks
    The value depends on the actual size of the client area and the scale at which the document is being shown.
    See Also