eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » gtCstDocEng.TgtRenderingOpacity Type

Gnostice eDocEngine VCL Developer Guide
gtCstDocEng.TgtRenderingOpacity Type

Defines opacity values ranging from 0 to 100, where 0 would represent totally transparency and 100 would represent total opaqueness.

Pascal
TgtRenderingOpacity = 0 .. 100;
C++
0 .. 100 TgtRenderingOpacity;

gtCstDocEng