GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PrintDocumentTopLeft Property
In This Topic
    PrintDocumentTopLeft Property
    In This Topic
    Gets the top-left position of the document to be printed.
    Syntax
    [Category("Printing")]
    public virtual PointF PrintDocumentTopLeft {get;}

    Property Value

    This PointF value represents the top-left document coordinate of the portion of the document to be printed.
    Remarks

    This is normally the top-left point of the bounds returned by ComputeDocumentBounds, but may be overridden for custom behaviors. When ShowsNegativeCoordinates is false, this just returns the origin.

    When the SheetStyle is not GoViewSheetStyle.None, only one page is printed, corresponding to where the sheet is. In these cases, this property has the value of the sheet's GoSheet.MarginBounds location.

    See Also