LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Vector Property (CodecsImageInfo)






Gets extra information about the image if the file is a vector format. .NET support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members
CodecsVectorImageInfo Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.