Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Count Property (RasterTagMetadata)








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) NSUInteger 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 ReadTag.
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file