←Select platform

MediaLength Property

Summary
The length of the media type value in the href.
Syntax
C#
VB
Objective-C
C++
Java
public int MediaLength { get; set; } 
Public Property MediaLength As Integer 
@property (nonatomic, assign) NSUInteger mediaLength 
public int getMediaLength() 
public void setMediaLength(int value) 
public: 
property int MediaLength { 
   int get(); 
   void set (    int ); 
} 

Property Value

The length of the media type value in an 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.