←Select platform

CharSetOffset Property

Summary

The offset into where the character set value starts in the href.

Syntax

C#
VB
Java
Objective-C
C++
public int CharSetOffset { get; set; } 
Public Property CharSetOffset As Integer 
@property (nonatomic, assign) NSUInteger charSetOffset 
public int getCharSetOffset() 
public void setCharSetOffset(int value) 
             
public: 
property int CharSetOffset { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly