Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgDataUri Class : EncodeFromFile Method |
'Usage
Dim fileName As String Dim value As String value = SvgDataUri.EncodeFromFile(fileName)
+ (nullable NSString *)encodeFromFile:(NSString *)file error:(NSError **)error
public static String encodeFromFile(String fileName)
Refer to Parse for more information about data URIs.
Use EncodeFromStream to create a standard data URI from a stream.
For an example, refer to SvgDocument.EnumerateElements