This property refers to the type of image set in the Layer(Index).Image property. The index can range from 0 to 99.
[Visual Basic] Public ReadOnly Property
ImageKind As KindOfImage
[C#] public KindOfImage ImageKind {get;}
Property Value
The number of bits per pixel in an image
Value | Explanation |
---|---|
InvalidImage | Unknown |
RasterImage | Raster image |
VectorWMF | WMF |
VectorEMF | EMF |
VectorDXF | DXF |
VectorSVG | SVG |
VectorSXF | SXF |
Explanation
The ImageKind property refers to the type of image set in the Layer(Index).Image property.
When the Layer(Index).Image property is set the value of this property is automatically set.
See Also
ImageKit.Layer Members | Newtone.ImageKit.Win.ImageKit