DOCWRTPAGE

typedef struct _DOCWRTPAGE 
{ 
   L_UINT uStructSize; 
   L_UINT uFlags; 
} DOCWRTPAGE, *pDOCWRTPAGE; 

The DOCWRTPAGE structure provides information about the page being added to the document file.

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() to calculate this value.

uFlags

Reserved for future usage.

Comments

pDOCWRTPAGE is a pointer to DOCWRTPAGE structure. Generally, where a function parameter type is pDOCWRTPAGE, you can declare a DOCWRTPAGE variable; update the structure's fields, and the pass the variable's address in the parameter. Declaring a pDOCWRTPAGE variable is necessary only if your program requires a pointer.

The structure is used by:

See Also

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.