DOCWRTEMPTYPAGE

Summary

The DOCWRTEMPTYPAGE structure provides information about the empty page to be added to a document file.

Syntax

typedef struct _DOCWRTEMPTYPAGE 
{ 
   DOCWRTPAGE Page; 
   L_DOUBLE dPageWidth; 
   L_DOUBLE dPageHeight; 
   L_INT nXResolution; 
   L_INT nYResolution; 
} DOCWRTEMPTYPAGE, * pDOCWRTEMPTYPAGE; 

Members

Page

Page structure containing common information about the page to be added.

dPageWidth

The width of the empty page, in inches. Default value is 8.5.

dPageHeight

The height of the empty page, in inches. Default value is 11.

nXResolution

The document's X resolution expressed in dots per inch.

nYResolution

The document's Y resolution expressed in dots per inch.

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.