Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class : GetFormatFileExtension Method |
public static string GetFormatFileExtension( DocumentFormat format )
'Declaration Public Shared Function GetFormatFileExtension( _ ByVal format As DocumentFormat _ ) As String
'Usage Dim format As DocumentFormat Dim value As String value = DocumentWriter.GetFormatFileExtension(format)
public static string GetFormatFileExtension( DocumentFormat format )
function Leadtools.Forms.DocumentWriters.DocumentWriter.GetFormatFileExtension( format )
public: static String^ GetFormatFileExtension( DocumentFormat format )
This method will return the default file extension commonly used with file of types format. For example, Adobe PDF files commonly have "pdf" extensions, Microsoft Word 2003 documents commonly have "doc" extensions and so forth.
For more information on the various document formats supported by the LEADTOOLS Document Writers, refer to DocumentFormat.
To get a friendly name for a particular document format use GetFormatFriendlyName.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2