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

Show in webframe

IsDataUri Property






Indicates whether the href value contains a valid data URI object.
Syntax
public bool IsDataUri {get; set;}
'Declaration
 
Public Property IsDataUri As Boolean
'Usage
 
Dim instance As SvgDataUri
Dim value As Boolean
 
instance.IsDataUri = value
 
value = instance.IsDataUri
@property (nonatomic, assign) BOOL isDataUri
public boolean isDataUri()
public void setDataUri(boolean value)
            
public:
property bool IsDataUri {
   bool get();
   void set (    bool value);
}

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

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