CharSetLength Property
Summary
The length of the character set value in the href.
Syntax
C#
VB
Objective-C
C++
Java
public int CharSetLength { get; set; }
Public Property CharSetLength As Integer
@property (nonatomic, assign) NSUInteger charSetLength
public int getCharSetLength()
public void setCharSetLength(int value)
public:
property int CharSetLength {
int get();
void set ( int );
}
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.