GoDiagram Win Reference
PrintDocumentTopLeft Property

Gets the top-left position of the document to be printed.
Syntax
'Declaration
 
<CategoryAttribute("Printing")>
Public Overridable ReadOnly Property PrintDocumentTopLeft As PointF
[CategoryAttribute("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 MarginBounds location.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
PrintDocumentSize Property
DocumentTopLeft Property

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback