www.gnostice.com 

OutputImageFormat

Top  Previous  Next

Use OutputImageFormat to specify the format of the output. It can be set to any one of ifBMP, ifJPEG, ifGIF, ifPNG or ifMetafile.

 

 

 

 

Syntax

 

 

[VC++]

long GetOutputImageFormat();

void SetOutputImageFormat(long nNewValue);

 

[C#]

public abstract new eDocEngineX.TxgtOutputImageFormat OutputImageFormat [  get,  set ]

 

[VB]

Property OutputImageFormat As TxgtOutputImageFormat