ImageGear .NET - Updated
ConfirmedObjectDataSize Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.IPTC Namespace > ImGearIPTCMetadata Class : ConfirmedObjectDataSize Property
Gets or sets Confirmed Object Data Size IPTC dataset.
Syntax
'Declaration
 
Public Property ConfirmedObjectDataSize As Nullable(Of ULong)
'Usage
 
Dim instance As ImGearIPTCMetadata
Dim value As Nullable(Of ULong)
 
instance.ConfirmedObjectDataSize = value
 
value = instance.ConfirmedObjectDataSize
public Nullable<ulong> ConfirmedObjectDataSize {get; set;}
public: __property Nullable<ulong> get_ConfirmedObjectDataSize();
public: __property void set_ConfirmedObjectDataSize( 
   Nullable<ulong> value
);
public:
property Nullable<ulong> ConfirmedObjectDataSize {
   Nullable<ulong> get();
   void set (    Nullable<ulong> value);
}

Property Value

Nullable (boxed) ulong value.
Remarks
This property accesses the ConfirmedObjectDataSize DataSet (9:10). The DataSet specifies total size of the objectdata, in bytes, without tags.

Get accessor returns the tag value if the tag is present in the metadata tree, or null otherwise.

Set accessor replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed.

See the IPTC - NAA Information Interchange Model ver. 4.1 specification for tag usage details.

See Also

Reference

ImGearIPTCMetadata Class
ImGearIPTCMetadata Members