eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » gtCstDocEng.TgtReferencePoint Enumeration
Gnostice eDocEngine VCL Developer Guide
|
Indicates the origin of coordinate space on a page.
public TgtReferencePoint = ( rpPage, rpMargin, rpBand );
public: enum TgtReferencePoint { rpPage, rpMargin, rpBand };
This origin is used for content-rendering operations.
gtCstDocEng
Members |
Description |
rpPage |
Ignore margins, header and footer. |
rpMargin |
Ignore header and footer but consider (exclude) margins. |
rpBand |
Exclude margins, header, and footer. |