Leadtools.Codecs Namespace > CodecsImageInfo Class : Vector Property |
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(); }
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.
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