- fileFormat
- The WIA item transfer format ID. For a list of available transfer formats, refer to WiaFileFormats.
Visual Basic (Declaration) | |
---|---|
Public Shared Sub GetFormatGuid( _ ByVal fileFormat As WiaFileFormats _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static void GetFormatGuid( WiaFileFormats fileFormat ) |
C++/CLI | |
---|---|
public: static void GetFormatGuid( WiaFileFormats fileFormat ) |
Parameters
- fileFormat
- The WIA item transfer format ID. For a list of available transfer formats, refer to WiaFileFormats.
For an example, refer to WiaSession.EnumFormats.
Each WIA item's transfer format listed in the WiaFileFormats enumeration has a corresponding Guid value. To get that value, call the GetFormatGuid method, passing the format Id for the corresponding Guid value. This function fills the FormatGuid property with the corresponding GUID value.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family