Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FormatGuid Property
See Also 
Leadtools.Wia Namespace > WiaSession Class : FormatGuid Property



Gets the relevant Guid value for the file format Id passed as a parameter for the GetFormatGuid method.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property FormatGuid As Guid
Visual Basic (Usage)Copy Code
Dim value As Guid
 
value = WiaSession.FormatGuid
C# 
public static Guid FormatGuid {get;}
C++/CLI 
public:
static property Guid FormatGuid {
   Guid get();
}

Return Value

(Read only) The relevant Guid value for the file format Id passed as a parameter for the GetFormatGuid method.

Example

For an example, refer to WiaSession.EnumFormats.

Remarks

Gets the relevant Guid value for the file format Id passed as a parameter for the GetFormatGuid method.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also