←Select platform

GetExtensions Method

Summary

Gets an array of objects containing the extension data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public CodecsExtension[] GetExtensions() 
Public Function GetExtensions() As Leadtools.Codecs.CodecsExtension() 
public [Leadtools.Codecs.CodecsExtension[]](codecsextension.md) GetExtensions() 
@property (nonatomic, strong, readonly, nullable) NSArray<LTCodecsExtension *> *extensions 
public CodecsExtension[] getExtensions() 
 function Leadtools.Codecs.CodecsExtensionList.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly