LEADTOOLS (Leadtools assembly)

Count Property (RasterTagMetadata)

Show in webframe







Gets the size (in bytes) of the tag data.
Syntax
public int Count {get;}
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As RasterTagMetadata
Dim value As Integer
 
value = instance.Count
public int Count {get;}
@property (nonatomic, assign, readonly) unsigned int count;
public int getCount()
 get_Count(); 
public:
property int Count {
   int get();
}

Property Value

The size in bytes of the tag data.
Example
For an example, refer to Leadtools.Codecs.RasterCodecs.ReadTag(System.IO.Stream,System.Int32,System.Int32).
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.