Gets the object used to set the options for loading a vector image file as a raster image.
public CodecsVectorLoadOptions Load { get; }
Public ReadOnly Property Load As Leadtools.Codecs.CodecsVectorLoadOptions
public CodecsVectorLoadOptions getLoad()
public:
property Leadtools.Codecs.CodecsVectorLoadOptions^ Load {
Leadtools.Codecs.CodecsVectorLoadOptions^ get();
}
An instance of CodecsVectorLoadOptions object that contains the options to use for loading a vector image file as a raster image.
LEADTOOLS provides support for loading a vector image as a raster image. Vector formats such as DXF, DWG and SVG can be converted to a raster image through a process called rasterization.
For an example, refer to CodecsVectorLoadOptions.
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