←Select platform

Load Property

Summary
Gets the object used to set the options for loading a vector image file as a raster image.
Syntax
C#
VB
C++
Java
public CodecsVectorLoadOptions Load { get; } 
Public ReadOnly Property Load As CodecsVectorLoadOptions 
public CodecsVectorLoadOptions getLoad() 
public: 
property CodecsVectorLoadOptions^ Load { 
   CodecsVectorLoadOptions^ get(); 
} 

Property Value

An instance of CodecsVectorLoadOptions object that contains the options to use for loading a vector image file as a raster image.

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.

Example

For an example, refer to CodecsVectorLoadOptions.

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.