LTDINFO

typedef struct _LTDINFO 
{ 
   L_UINT32 uStructSize; 
   DOCWRTLTDDOCUMENTTYPE Type; 
   L_UINT32 uPageCount; 
} LTDINFO, * pLTDINFO; 

Contains information on an LTD file.

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

Type

An DOCWRTLTDDOCUMENTTYPE enumeration member that indicate the type of the LTD file.

uPageCount

Number of pages in the LTD file.

Comments

Initialize and pass an instance of this structure to L_DocWriterGetLtdFileInfo.md to get the information on the LTD file such as the type of the file and number of pages.

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

LEADTOOLS Raster Imaging C API Help