←Select platform

Vector Property

Summary

Gets extra information about the image if the file is a vector format.

Syntax

C#
VB
Java
C++
public CodecsVectorImageInfo Vector { get; } 
Public ReadOnly Property Vector As Leadtools.Codecs.CodecsVectorImageInfo 
public CodecsVectorImageInfo getVector() 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly