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

Show in webframe

CharSetLength Property






The length of the character set value in the href.
Syntax
public int CharSetLength {get; set;}
'Declaration
 
Public Property CharSetLength As Integer
'Usage
 
Dim instance As SvgDataUri
Dim value As Integer
 
instance.CharSetLength = value
 
value = instance.CharSetLength
@property (nonatomic, assign) NSUInteger charSetLength
public int getCharSetLength()
public void setCharSetLength(int value)
            
public:
property int CharSetLength {
   int get();
   void set (    int value);
}

Property Value

The length of the character set value in Href if it contains a valid data URI; otherwise, 0 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

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