LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Vector Property (CodecsImageInfo)

Show in webframe







Gets extra information about the image if the file is a vector format.
Syntax
public CodecsVectorImageInfo Vector {get;}
'Declaration
 
Public ReadOnly Property Vector As CodecsVectorImageInfo
'Usage
 
Dim instance As CodecsImageInfo
Dim value As CodecsVectorImageInfo
 
value = instance.Vector
public CodecsVectorImageInfo Vector {get;}

            

            
 get_Vector(); 
public:
property CodecsVectorImageInfo^ Vector {
   CodecsVectorImageInfo^ get();
}

Property Value

A CodecsVectorImageInfo object containing the vector format information such as its logical size.
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.

Rasterization is the process of converting a vector image to a raster image. To determine whether a certain file on disk (or in a .NET stream) contains a vector image file rather than a regular raster image, call the RasterCodecs.GetInformation or RasterCodecs.GetInformationAsync method and check the CodecsVectorImageInfo.IsVectorFile property.

Example
For an example, refer to CodecsVectorImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members
CodecsVectorImageInfo Class

 

 


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