←Select platform

ValueLength Property

Summary

The length of the image data value in the href.

Syntax
C#
VB
Objective-C
C++
Java
public int ValueLength { get; set; } 
Public Property ValueLength As Integer 
@property (nonatomic, assign) NSUInteger valueLength 
public int getValueLength() 
public void setValueLength(int value) 
public: 
property int ValueLength { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly