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




In This Topic
    DeviceIdentifier Field
    In This Topic
    Identifies the device that has generated the picture number.
    Syntax
    'Declaration
     
    Public DeviceIdentifier As Integer
    'Usage
     
    Dim instance As ImGearIPTCPictureNumber
    Dim value As Integer
     
    value = instance.DeviceIdentifier
     
    instance.DeviceIdentifier = value
    public int DeviceIdentifier
    public: int DeviceIdentifier
    public:
    int DeviceIdentifier

    Field Value

    int value.
    Remarks
    This property contains a binary number identifying the device that has generated the picture number.
    See Also