Gets image format or file extension e.g. "jpg", "bmp", etc.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string FormatName { get; }
Visual Basic
Public ReadOnly Property FormatName As String
	Get
Visual C++
public:
property String^ FormatName {
	String^ get ();
}

See Also