GetFormatGuid Method

Summary

Retrieves the relevant System.Guid structure for the passed file format ID.

Syntax
C#
VB
C++
public static Guid GetFormatGuid( 
   WiaFileFormats fileFormat 
) 
  
Public Shared Function GetFormatGuid( _ 
   ByVal fileFormat As WiaFileFormats _ 
) As Guid 
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.

Remarks

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.

Example

For an example, refer to WiaSession.EnumFormats.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly