- fileFormat
- The WIA item transfer format ID. For a list of available transfer formats, refer to WiaFileFormats.
Visual Basic (Declaration) | |
---|---|
Public Shared Function GetFormatGuid( _ ByVal fileFormat As WiaFileFormats _ ) As Guid |
Visual Basic (Usage) | Copy Code |
---|---|
Dim fileFormat As WiaFileFormats Dim value As Guid value = WiaSession.GetFormatGuid(fileFormat) |
C# | |
---|---|
public static Guid GetFormatGuid( WiaFileFormats fileFormat ) |
C++/CLI | |
---|---|
public: static Guid GetFormatGuid( WiaFileFormats fileFormat ) |
Parameters
- fileFormat
- The WIA item transfer format ID. For a list of available transfer formats, refer to WiaFileFormats.
Return Value
The relevant System.Guid value for the file format Id.For an example, refer to WiaSession.EnumFormats.
Each WIA item's transfer format listed in the WiaFileFormats enumeration has a corresponding System.Guid value. To get that value, call the GetFormatGuid method, passing the format Id for the corresponding Guid value.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7