←Select platform

Name Property

Summary

Gets the name of the extension.

Syntax
C#
VB
Objective-C
C++
Java
public string Name { get; } 
Public ReadOnly Property Name As String 
@property (nonatomic, copy, readonly, nullable) NSString *name 
public String getName() 
public: 
property String^ Name { 
   String^ get(); 
} 

Property Value

A String that represents the name of the extension.

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