Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

ImageFormat Property






The LEADTOOLS image format that corresponds to the image data in the href.
Syntax
public RasterImageFormat ImageFormat {get; set;}
'Declaration
 
Public Property ImageFormat As RasterImageFormat
'Usage
 
Dim instance As SvgDataUri
Dim value As RasterImageFormat
 
instance.ImageFormat = value
 
value = instance.ImageFormat
@property (nonatomic, assign) LTRasterImageFormat imageFormat
public RasterImageFormat getImageFormat()
public void setImageFormat(RasterImageFormat value)
            
public:
property RasterImageFormat ImageFormat {
   RasterImageFormat get();
   void set (    RasterImageFormat value);
}

Property Value

The LEADTOOLS image format that corresponds to the image data in Href if it contains a valid data URI; otherwise, RasterImageFormat.Unknown if Href does not contain a valid data URI or if the optional value is missing.
Remarks

Refer to Parse for more information.

Example

For an example, refer to SvgDocument.EnumerateElements

Requirements

Target Platforms

See Also

Reference

SvgDataUri Class
SvgDataUri Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features