Gets the friendly name of the specified document format.
public static string GetFormatFriendlyName(
DocumentFormat format
)
Public Shared Function GetFormatFriendlyName( _
ByVal format As DocumentFormat _
) As String
+ (NSString *)friendlyNameForFormat:(LTDocumentFormat)format
public static String getFormatFriendlyName(DocumentFormat format)
public:
static String^ GetFormatFriendlyName(
DocumentFormat format
)
format
The document format requested.
A String containing the friendly name for the specified format.
This method will return a friendly name used for format. For example, Adobe PDF files will return a string similar to "Adobe PDF" and Microsoft Word 2003 documents will return "Microsoft Word" and so forth. You can use this value in your application when presenting the user with a list to select a format to save the documents.
For more information on the various document formats supported by the LEADTOOLS Document Writers, refer to DocumentFormat.
To get the file extension for a particular document format, use GetFormatFileExtension.
Programming with LEADTOOLS Document Writers
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document