| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property FormatGuid As Guid | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static Guid FormatGuid {get;} | |
Return Value
(Read only) The relevant Guid value for the file format Id passed as a parameter for the GetFormatGuid method.For an example, refer to WiaSession.EnumFormats.
Gets the relevant Guid value for the file format Id passed as a parameter for the GetFormatGuid method.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code