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

Show in webframe

ValueLength Property






The length of the image data value in the href.
Syntax
public int ValueLength {get; set;}
'Declaration
 
Public Property ValueLength As Integer
'Usage
 
Dim instance As SvgDataUri
Dim value As Integer
 
instance.ValueLength = value
 
value = instance.ValueLength
@property (nonatomic, assign) NSUInteger valueLength
public int getValueLength()
public void setValueLength(int value)
            
public:
property int ValueLength {
   int get();
   void set (    int value);
}

Property Value

The length of the image data 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