FILEXPSOPTIONS

Summary

The FILEXPSOPTIONS structure provides information on loading XPS files.

Syntax

typedef struct _FILEXPSOPTIONS 
{ 
   L_UINT uStructSize; 
} FILEXPSOPTIONS, *pFILEXPSOPTIONS; 

Members

uStructSize

Size of the structure. This must be set before passing this structure to the LEAD functions. Use the sizeof() operator to calculate this value.

Comments

pFILEXPSOPTIONS is a pointer to a FILEXPSOPTIONS structure.

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.

Usage

Data Types

Functions

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.