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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
