Leadtools.Wia Namespace > WiaSession Class : GetFormatGuid Method |
public static Guid GetFormatGuid( WiaFileFormats fileFormat )
'Declaration Public Shared Function GetFormatGuid( _ ByVal fileFormat As WiaFileFormats _ ) As Guid
'Usage Dim fileFormat As WiaFileFormats Dim value As Guid value = WiaSession.GetFormatGuid(fileFormat)
public: static Guid GetFormatGuid( WiaFileFormats fileFormat )
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.