typedef struct _VECTOROPTIONS
{
L_UINT uStructSize;
VEC2DOPTIONS Vec2DOptions;
L_INT nBitsPerPixel;
L_BOOL bForceBackgroundColor;
L_COLORREF BackgroundColor;
} VECTOROPTIONS, *pVECTOROPTIONS;
The VECTOROPTIONS structure specifies extra options for loading a vector file.
Size of the structure. This must be set before passing this structure to the LEAD functions. Use the sizeof() operator to calculate this value.
Contains values that describe the viewport (physical size up to which the drawing can be rendered) mode and dimensions at which the vector file will be loaded. For more information, refer to the VEC2DOPTIONS structure.
Number of bits per pixel at which the vector file will be rasterized.
TRUE if the BackgroundColor field is used as vector background, else it will use the defined background color for the loaded vector file. The default is FALSE.
Vector background color.
pVECTOROPTIONS is a pointer to a VECTOROPTIONS structure. Where the function parameter type is pVECTOROPTIONS, you can declare a VECTOROPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pVECTOROPTIONS variable is necessary only if your program requires a pointer.
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