FILEDOCOPTIONS

typedef struct _FILEDOCOPTIONS 
{ 
   L_UINT uStructSize; 
   L_INT nBitsPerPixel; 
   L_UINT32 uFlags; 
} FILEDOCOPTIONS, *pFILEDOCOPTIONS; 

The FILEDOCOPTIONS structure provides information on loading Microsoft Word 2003 (DOC) files in LEADTOOLS.

Members

uStructSize

Size of the structure. This must be set before passing this structure to the LEAD functions. Use sizeof(FILEDOCOPTIONS) to calculate this value.

nBitsPerPixel

Resulting bitmap pixel depth.

uFlags

Reserved. Must be 0.

Comments

pFILEDOCOPTIONS is a pointer to a FILEDOCOPTIONS structure.

DOC files have no physical width or height in pixels. You can use RASTERIZEDOCOPTIONS to control how the final document is rendered as a raster image.

The structure is used by:

Help Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.