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:
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. |
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET