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




In This Topic
    ImGearIPTCPictureNumber Structure
    In This Topic
    Represents IPTC Picture Number structure.
    Object Model
    ImGearIPTCPictureNumber Structure
    Syntax
    'Declaration
     
    Public Structure ImGearIPTCPictureNumber 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearIPTCPictureNumber
    public struct ImGearIPTCPictureNumber : System.ValueType 
    public __value struct ImGearIPTCPictureNumber : public System.ValueType 
    public value class ImGearIPTCPictureNumber : public System.ValueType 
    Remarks
    This structure represents IPTC Picture Number structure, used in the Picture Number DataSet (3:10). The picture number provides a universally unique reference to an image. For example, color images, when split with color components into multiple objects, i.e., envelopes, would carry the same Picture Number.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Formats.IPTC.ImGearIPTCPictureNumber

    See Also