eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » gtCstDocEng.TgtReferencePoint Enumeration

Gnostice eDocEngine VCL Developer Guide
gtCstDocEng.TgtReferencePoint Enumeration

Indicates the origin of coordinate space on a page.

Pascal
public TgtReferencePoint = (
  rpPage,
  rpMargin,
  rpBand
);
C++
public: enum TgtReferencePoint {
  rpPage,
  rpMargin,
  rpBand
};
Description

This origin is used for content-rendering operations.

gtCstDocEng

Members
Members 
Description 
rpPage 
Ignore margins, header and footer. 
rpMargin 
Ignore header and footer but consider (exclude) margins. 
rpBand 
Exclude margins, header, and footer.