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

Show in webframe

IsBase64 Property






Indicates whether the value is encoded as a base 64 string.
Syntax
public bool IsBase64 {get; set;}
'Declaration
 
Public Property IsBase64 As Boolean
'Usage
 
Dim instance As SvgDataUri
Dim value As Boolean
 
instance.IsBase64 = value
 
value = instance.IsBase64
@property (nonatomic, assign) BOOL isBase64
public boolean isBase64()
public void setBase64(boolean value)
            
public:
property bool IsBase64 {
   bool get();
   void set (    bool value);
}

Property Value

true if the value is encoded as a base 64 string; otherwise, false if the data is not encoded as a base 64 string or if Href does not contain a valid data URI.
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