Visual Basic (Declaration) | |
---|---|
Function GetDescriptionFromImageFormatId( _ ByVal imageFormatId As Guid _ ) As PluginOperationResult(Of String) |
C# | |
---|---|
PluginOperationResult<string> GetDescriptionFromImageFormatId( Guid imageFormatId ) |
Parameters
- imageFormatId
- The Guid that identifies the image format.
Return Value
A PluginOperationResult<string> that indicates if the Plugin has handled the request.In case of success (Handled=true) the Value property contains a short description (e.g. "(JPG) Joint Photographic Experts Group") that describes the image format.
Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000