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.

Member Description
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help