←Select platform

Vector Property

Summary
Gets extra information about the image if the file is a vector format.
Syntax
C#
VB
C++
Java
public CodecsVectorImageInfo Vector { get; } 
Public ReadOnly Property Vector As CodecsVectorImageInfo 
public CodecsVectorImageInfo getVector() 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.