←Select platform

IsDataUri Property

Summary

Indicates whether the href value contains a valid data URI object.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsDataUri { get; set; } 
Public Property IsDataUri As Boolean 
@property (nonatomic, assign) BOOL isDataUri 
public boolean isDataUri() 
public void setDataUri(boolean value) 
public: 
property bool IsDataUri { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if Href contains a valid data URI object and the rest of the parameters are valid; otherwise, false.

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