typedef struct _FILEPLTOPTIONS
{
L_UINT uStructSize;
L_INT PenWidth[8];
L_COLORREF PenColor[8];
L_BOOL bPenColorOverride;
} FILEPLTOPTIONS, *pFILEPLTOPTIONS;
The FILEPLTOPTIONS structure provides information on loading HPGL files in LEADTOOLS.
Size of the structure. This must be set before passing this structure to the LEAD functions. Use sizeof(FILEPLTOPTIONS).
Array of integers that represent pen widths used by an HPGL file.
Array of COLORREF structures that represent pen colors used by a HPGL file.
Flag that indicates whether to enable or disable PLT commands that allow overriding pen colors provided by PenColor
member.
Value | Meaning |
---|---|
TRUE | Enables PLT commands. |
FALSE | Disables PLT commands. This is the default value. |
pFILEPLTOPTIONS is a pointer to a FILEPLTOPTIONS structure.
Use L_SetPLTOptions and L_GetPLTOptions to set and get the HPGL file options.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document