DOCWRTXPSOPTIONS

Summary

The DOCWRTXPSOPTIONS structure provides information about a Microsoft XML Paper Specification format (XPS).

Syntax

typedef struct _DOCWRTXPSOPTIONS 
{ 
   DOCWRTOPTIONS Options; 
   L_VOID * pReserved; 
   L_UINT32 uFlags; 
} DOCWRTXPSOPTIONS, *pDOCWRTXPSOPTIONS; 

Members

Options

Options structure containing options for XPS format.

pReserved

Reserved for future use. Pass 0.

uFlags

Reserved for future use. Pass 0.

Comments

pDOCWRTXPSOPTIONS is a pointer to DOCWRTXPSOPTIONS structure. Generally, where a function parameter type is pDOCWRTXPSOPTIONS, you can declare a DOCWRTXPSOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTXPSOPTIONS variable is necessary only if your program requires a pointer.

Microsoft Open XML Paper Specification (XPS). XPS was developed by Microsoft to provide users and developers with a robust, open and trustworthy format for electronic paper. The XML Paper Specification describes electronic paper in a way that can be read by hardware, read by software, and read by people. XPS documents print better, can be shared easier, are more secure and can be archived with confidence.

The LEADTOOLS Document Writers support creating XPS documents. The following features are supported:

The uStructSize at Options structure should be set to the size of DOCWRTXPSOPTIONS, Use the sizeof() operator to calculate this value.

Note: XPS format requires .NET framework 3.0 or later.

The structure is used by:

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.