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

Show in webframe

Extension Property






The common file extension of the image data in the href.
Syntax
public string Extension {get; set;}
'Declaration
 
Public Property Extension As String
'Usage
 
Dim instance As SvgDataUri
Dim value As String
 
instance.Extension = value
 
value = instance.Extension
@property (nonatomic, copy, nullable) NSString *extension
public String getExtension()
public void setExtension(String value)
            
public:
property String^ Extension {
   String^ get();
   void set (    String^ value);
}

Property Value

The common file extension of the image data in Href if it contains a valid data URI; otherwise, null if Href does 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