ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCMetadata Class / FixtureIdentifier Property




In This Topic
    FixtureIdentifier Property
    In This Topic
    Gets or sets Fixture Identifier IPTC dataset.
    Syntax
    'Declaration
     
    Public Property FixtureIdentifier As String
    'Usage
     
    Dim instance As ImGearIPTCMetadata
    Dim value As String
     
    instance.FixtureIdentifier = value
     
    value = instance.FixtureIdentifier
    public string FixtureIdentifier {get; set;}
    public: __property string* get_FixtureIdentifier();
    public: __property void set_FixtureIdentifier( 
       string* value
    );
    public:
    property String^ FixtureIdentifier {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    Remarks
    This property accesses the Fixture Identifier DataSet (2:22). The DataSet identifies objectdata that recurs often and predictably. Enables users to immediately find or recall such an object.

    Contains maximum 32 bytes, consisting of graphic characters.

    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