ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / ImageLength Property




In This Topic
    ImageLength Property (ImGearTIFFXMPMetadata)
    In This Topic
    Gets or sets ImageLength property of the TIFF XMP schema.
    Syntax
    'Declaration
     
    Public Property ImageLength As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearTIFFXMPMetadata
    Dim value As ImGearXMPInteger
     
    instance.ImageLength = value
     
    value = instance.ImageLength
    public ImGearXMPInteger ImageLength {get; set;}
    public: __property ImGearXMPInteger* get_ImageLength();
    public: __property void set_ImageLength( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ ImageLength {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPInteger class value.
    Remarks
    This XMP property represents TIFF tag 257 (0x101) and specifies image height in pixels.
    See Also