typedef struct _FILEXPSOPTIONS
{
L_UINT uStructSize;
}
FILEXPSOPTIONS, *pFILEXPSOPTIONS;
The FILEXPSOPTIONS structure provides information on loading XPS files.
Member |
Description |
uStructSize |
Size of the structure. This must be set before passing this structure to the LEAD functions. Use the sizeof() macro to calculate this value. |
pFILEXPSOPTIONS is a pointer to a FILEXPSOPTIONS structure. Use LFileSettings::SetXPSOptions and LFileSettings::GetXPSOptions to set and get the XPS file options.
Open XML Paper Specification (XPS) files have no physical width or height in pixels. You can use RASTERIZEDOCOPTIONS to control
how the final document is rendered as a raster image. For more information, refer to RASTERIZEDOCOPTIONS.
The following methods make use of this structure:
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