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

Gnostice eDocEngine VCL Developer Guide
gtCstDocEng.TgtBandType Enumeration
Pascal
public TgtBandType = (
  btContent,
  btHeader,
  btFooter,
  btWatermark,
  btStamp
);
C++
public: enum TgtBandType {
  btContent,
  btHeader,
  btFooter,
  btWatermark,
  btStamp
};

gtCstDocEng