LTDINFO

Summary

Contains information on an LTD file.

Syntax

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

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 to get the information on the LTD file such as the type of the file and number of pages.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.