Northwoods.Go Assembly > Northwoods.Go Namespace > GoView Class : PrintDocumentTopLeft Property |
'Declaration <CategoryAttribute("Printing")> Public Overridable ReadOnly Property PrintDocumentTopLeft As PointF
[CategoryAttribute("Printing")] public virtual PointF PrintDocumentTopLeft {get;}
PointF
value represents the top-left document coordinate of the portion of the document to be printed.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.
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