ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCPictureNumber Structure / NumericIdentifier Field




In This Topic
    NumericIdentifier Field
    In This Topic
    A binary number generated each time a picture number is created and being unique for the same device and for the date contained in this DataSet.
    Syntax
    'Declaration
     
    Public NumericIdentifier As Integer
    'Usage
     
    Dim instance As ImGearIPTCPictureNumber
    Dim value As Integer
     
    value = instance.NumericIdentifier
     
    instance.NumericIdentifier = value
    public int NumericIdentifier
    public: int NumericIdentifier
    public:
    int NumericIdentifier

    Field Value

    int value.
    Remarks
    This property contains a binary number generated each time a picture number is created and being unique for the same device and for the date contained in this DataSet.
    See Also