Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

FILEPTKOPTIONS

Show in webframe

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

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

The following functions make use of this structure:

LFileSettings::GetPTKOptions

LFileSettings::SetPTKOptions

Member

Description

uStructSize

Size of the structure. This must be set before passing this structure to the LEAD functions. Use the sizeof() macro to calculate this value.

nPTKResolution

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

Comments

pFILEPTKOPTIONS is a pointer to a FILEPTKOPTIONS structure.

Use LFileSettings::SetPTKOptions and LFileSettings::GetPTKOptions to set and get the PTOCA and AFP:PTOCA file options.

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