ImageGear .NET - Updated
ImGearVectPage
User Guide > How to Work with... > SVG and Other Vector Formats > ImGearVectPage

In addition to the general properties of vector formats, some formats such as CGMHPGL, and U3D support common important properties. Loading from a CAD file data structure is represented in ImageGear as an ImGearDocument Class object with a single page as ImGearVectPage Class, which is derived from ImGearVectorPage. This object is part of the ImageGear.Vector NamespaceImGearVectPage.VectorData property provides access to the ImGearVectorData Class object. This object contains a set of native 2D and 3D geometric primitives. Also, this set can contain ImGearVectorView Class objects. The object of this class defines the place and orientation of the observer in 2D or 3D space. Although CAD formats do not contain pages, these formats can contain a few ImGearVectorView Class objects that provide the ability to see the vector scene from different viewpoints.

ImageGear vector renderer takes advantage of standard system rendering APIs which may be hardware accelerated. Due to differences in graphics chipsets, settings, drivers, and operating systems, performance and appearance (in particular lighting effects) may vary. It is recommended that you tune and test your application for the environments on which you will be deploying.

This section provides information about the following: