Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Load Property (CodecsVectorOptions)








Gets the object used to set the options for loading a vector image file as a raster image.
Syntax
public CodecsVectorLoadOptions Load {get;}
'Declaration
 
Public ReadOnly Property Load As CodecsVectorLoadOptions
'Usage
 
Dim instance As CodecsVectorOptions
Dim value As CodecsVectorLoadOptions
 
value = instance.Load
public CodecsVectorLoadOptions Load {get;}
public CodecsVectorLoadOptions getLoad()
 get_Load(); 
public:
property CodecsVectorLoadOptions^ Load {
   CodecsVectorLoadOptions^ get();
}

Property Value

An instance of CodecsVectorLoadOptions object that contains the options to use for loading a vector image file as a raster image.
Remarks

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.

Example
For an example, refer to CodecsVectorLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsVectorOptions Class
CodecsVectorOptions Members

Error processing SSI file