typedef struct _DOCWRTRASTERPAGE
{
DOCWRTPAGE Page;
pBITMAPHANDLE pOverlayBitmap;
} DOCWRTRASTERPAGE, * pDOCWRTRASTERPAGE;
The DOCWRTRASTERPAGE structure provides information about the raster page to be added to a document file.
Member | Description |
Page | Page structure containing common information about the page to be added. |
pOverlayBitmap | Pointer to the Bitmap that will be used as an overlay bitmap over the page. |
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