←Select platform

Extension Property

Summary

The common file extension of the image data in the href.

Syntax
C#
VB
Objective-C
C++
Java
public string Extension { get; set; } 
Public Property Extension As String 
@property (nonatomic, copy, nullable) NSString *extension 
public String getExtension() 
public void setExtension(String value) 
public: 
property String^ Extension { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly