[This is preliminary documentation and is subject to change.]
Verifies if the icon is present for a particular document type. The
supported document types are shown in docGifTypes
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static bool IsDocTypeGifPresent( string ext ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsDocTypeGifPresent ( _ ext As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsDocTypeGifPresent( String^ ext ) |
Parameters
- ext
- Type: System..::.String
The file extension of the type of the file tested for icon presence.
