PXV_DrawToImageParams

<< Click to Display Table of Contents >>

Navigation:  Functions >

PXV_DrawToImageParams


 

pdf-xchange-editor-simple-sdk_100x100 PXV_DrawToImageParams

 


 

The PXV_DrawToImage structure formats image files that PXCV_DrawPageToIStream creates.

 

typedef struct _PXV_DrawToImageParams {

 DWORD ImageFormat;

 DWORD Bpp;

PXV_DrawToImageParams;

 

Members

 

ImageFormat

Specifies into which file format images are stored. Possible values are:

 

 

Value

 

 

Name

 

 

Comment

 

 

0x504e4720

 

 

PNG

 

 

Specifies PNG format. This format supports transparency. Supported Bpp values: 1, 8, 24, 32.

 

 

0x4a504547

 

 

Jpeg

 

 

Specifies JPEG format. This format does not support transparency. Supported Bpp values are 8 and 24.

 

 

0x54494646

 

 

TIFF

 

 

Specifies TIFF format. Supported Bpp values are: 1, 8, 24, 32.

 

 

Flags

This member is reserved for future usage and should be set to 0.

 

Bpp

Specifies the bits per pixel value, which depends on the format used.

 

Please note that all functions and parameters/members are case-sensitive.