LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Load Property (CodecsVectorOptions)

Show in webframe







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;}

            

            
 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.