Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

DOCWRTLTDOPTIONS

Show in webframe

typedef struct _DOCWRTLTDOPTIONS
{
   DOCWRTOPTIONS Options;
   L_VOID * pReserved;
} DOCWRTLTDOPTIONS, *pDOCWRTLTDOPTIONS;

The DOCWRTLTDOPTIONS structure provides information about a LEAD Temporary Document file.

Member

Description

Options

Options structure containing options for LTD format.

pReserved

Reserved for future use. Pass 0.

Comments

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

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

This structure is used with the L_DocWriterInit function.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.