←Select platform

Count Property

Summary
Gets the number of elements.
Syntax
C#
VB
Objective-C
C++
Java
public int Count { get; } 
Public ReadOnly Property Count As Integer 
@property (nonatomic, assign, readonly) NSUInteger count 
public int getCount() 
public: 
property int Count { 
   int get(); 
} 

Property Value

The number of elements of type MetadataType. Note that this is not the same as the number of bytes. For example, if Countis 10 and MetadataType is RasterTagMetadataDataType.Int32, you will need 10 x 4 = 40 bytes to read the tag data

Example

For an example, refer to RasterCodecs.TagFound.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.