←Select platform

EncodeFromFile Method

Summary
Creates a standard data URI from an image in a disk file.
Syntax
C#
VB
Objective-C
C++
Java
public static string EncodeFromFile( 
   string fileName 
) 
Public Shared Function EncodeFromFile( _ 
   ByVal fileName As String _ 
) As String 
+ (nullable NSString *)encodeFromFile:(NSString *)file error:(NSError **)error 
public static String encodeFromFile(String fileName) 
public: 
static String^ EncodeFromFile(  
   String^ fileName 
)  

Parameters

fileName
Name of a file on disk containing an image file. Supported image formats are PNG, GIF and JPEG. All other image formats will result in an error.

Return Value

A data URI string containing the media type, encoding and image data encoded as base 64.

Remarks

Refer to Parse for more information about data URIs.

Use EncodeFromStream to create a standard data URI from a stream.

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.