Gets or sets StripByteCounts Tag value.
Syntax
'Declaration
Public Property StripByteCounts As UInteger()
'Usage
Dim instance As ImGearEXIFMetadata
Dim value() As UInteger
instance.StripByteCounts = value
value = instance.StripByteCounts
public uint[] StripByteCounts {get; set;}
public: __property uint[]* get_StripByteCounts();
public: __property void set_StripByteCounts(
uint[]* value
);
public:
property array<uint>^ StripByteCounts {
array<uint>^ get();
void set ( array<uint>^ value);
}
Property Value
Unsigned int array.
See Also