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

Show in webframe

MediaOffset Property






The offset into where the media type value starts in the href.
Syntax
public int MediaOffset {get; set;}
'Declaration
 
Public Property MediaOffset As Integer
'Usage
 
Dim instance As SvgDataUri
Dim value As Integer
 
instance.MediaOffset = value
 
value = instance.MediaOffset
@property (nonatomic, assign) NSUInteger mediaOffset
public int getMediaOffset()
public void setMediaOffset(int value)
            
public:
property int MediaOffset {
   int get();
   void set (    int value);
}

Property Value

The character offset into where the media type 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