DOCWRTPAGE

Summary

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

Syntax

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

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.

Usage

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

LEADTOOLS Raster Imaging C API Help

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