DOCWRTEMPTYPAGE

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

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

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help