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, default is 96. A value of 0 means use current screen resolution.

Comments

pFILEPTKOPTIONS is a pointer to a FILEPTKOPTIONS structure. Use L_SetPTKOptions and L_GetPTKOptions to set and get the PTOCA and AFP:PTOCA file options.

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 API Help

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