Use this property to specify the format of the image. ImagePixelFormat can be any one of pfDevice, pf1bit, pf4bit, pf8bit, pf15bit, pf16bit, pf24bit, pf32bit or pfCustom.
Syntax
[VC++]
long GetImagePixelFormat();
void SetImagePixelFormat(long nNewValue);
[C#]
public abstract new eDocEngineX.TxgtPixelFormat ImagePixelFormat [ get, set ]