eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » TgtImageSettings Class

Gnostice eDocEngine VCL Developer Guide
TgtImageSettings Class

This class represents settings for images in output documents.

Pascal
public TgtImageSettings = class(TPersistent);
C++
public: class TgtImageSettings : public TPersistent;

gtCstDocEng

Properties
 
Name 
Description 
 
Specifies whether images are rendered in their original size or made to fit within their display area. 
 
Specifies whether images are centered in their display area. 
 
Specifies color depth of images. 
 
Specifies angle of rotation of images. 
 
Specifies whether border of images are rendered. 
 
Specifies quality of rendered images. 
 
Specifies whether images retain their aspect ratio when their display area does not accommodate them. 
 
Specifies opacity level of the image. 
 
Specifies how images are stored in the rendered document. 
 
Specifies pixel density of images when they are rendered. 
 
Specifies whether images are stretched. 
 
Specifies whether images will be transparent.