←Select platform

IsDataUri Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly