FILEPTKOPTIONS

Summary

The FILEPTKOPTIONS structure provides information on loading PTOCA and AFP: PTOCA files in LEADTOOLS.

Syntax

typedef struct _FILEPTKOPTIONS 
{ 
   L_UINT uStructSize; 
   L_INT nPTKResolution; 
} FILEPTKOPTIONS,* pFILEPTKOPTIONS; 

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.

nPTKResolution

Display resolution in dots per inch. The default is 96.

Comments

pFILEPTKOPTIONS is a pointer to a FILEPTKOPTIONS structure.

Usage

Data Types

Functions

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++ Class Library Help

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