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

Show in webframe

CharSetOffset Property






The offset into where the character set value starts in the href.
Syntax
public int CharSetOffset {get; set;}
'Declaration
 
Public Property CharSetOffset As Integer
'Usage
 
Dim instance As SvgDataUri
Dim value As Integer
 
instance.CharSetOffset = value
 
value = instance.CharSetOffset
@property (nonatomic, assign) NSUInteger charSetOffset
public int getCharSetOffset()
public void setCharSetOffset(int value)
            
public:
property int CharSetOffset {
   int get();
   void set (    int value);
}

Property Value

The character offset into where the character set value starts in Href if it contains a valid data URI; otherwise, -1 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