←Select platform

GetExtensions Method

Summary

Gets an array of objects containing the extension data.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsExtension[] GetExtensions() 
Public Function GetExtensions() As CodecsExtension() 
@property (nonatomic, strong, readonly, nullable) NSArray<LTCodecsExtension *> *extensions 
public CodecsExtension[] 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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly