Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

GetExtensions Method








Gets an array of objects containing the extension data.
Syntax
public CodecsExtension[] GetExtensions()
'Declaration
 
Public Function GetExtensions() As CodecsExtension()
'Usage
 
Dim instance As CodecsExtensionList
Dim value() As CodecsExtension
 
value = instance.GetExtensions()
public CodecsExtension[] GetExtensions()
@property (nonatomic, strong, readonly, nullable) NSArray<LTCodecsExtension *> *extensions
public CodecsExtension[] getExtensions()
 function Leadtools.Codecs.CodecsExtensionList.GetExtensions()
public:
array<CodecsExtension>^ GetExtensions(); 

Return Value

The array of CodecsExtension objects containing the extension data.
Example
For an example, refer to RasterCodecs.ReadExtensions.
Requirements

Target Platforms

See Also

Reference

CodecsExtensionList Class
CodecsExtensionList Members
Exif File Extensions

Error processing SSI file