typedef struct _DOCWRTEMFOPTIONS
{
DOCWRTOPTIONS Options;
L_VOID * pReserved;
} DOCWRTEMFOPTIONS, *pDOCWRTEMFOPTIONS;
The DOCWRTEMFOPTIONS structure provides information about an EMF file.
Options structure containing options for an EMF file.
Reserved for future use. Pass 0.
pDOCWRTEMFOPTIONS is a pointer to DOCWRTEMFOPTIONS structure. Generally, where a function parameter type is pDOCWRTEMFOPTIONS, you can declare a DOCWRTEMFOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTEMFOPTIONS variable is necessary only if your program requires a pointer.
Windows Enhanced Meta File (EMF). EMF is a standard format in Microsoft Windows. EMF is a collection of structures that store a picture in a device-independent format. Device independence is the one feature that sets metafiles apart from raster images. Unlike a raster image, a metafile guarantees device independence. The EMF can contain various objects such as Text, Lines and raster images. EMF also contains Dots/Inch (DPI) information that is used to calculate the real size of the picture stored inside.
The LEADTOOLS Document Writers support creating EMF documents. The following features are supported:
The uStructSize
at Options
structure should be set to the size of DOCWRTEMFOPTIONS, Use the sizeof() operator to calculate this value.
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