ImageGear .NET - Updated October 26, 2017
ImageLength Property (ImGearTIFFXMPMetadata)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : ImageLength Property
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

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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members