ImageGear .NET v25.2 - Updated
ImageWidth Property (ImGearTIFFXMPMetadata)




ImageGear.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : ImageWidth Property
Gets or sets ImageWidth property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property ImageWidth As ImGearXMPInteger
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPInteger
 
instance.ImageWidth = value
 
value = instance.ImageWidth
public ImGearXMPInteger ImageWidth {get; set;}
public: __property ImGearXMPInteger* get_ImageWidth();
public: __property void set_ImageWidth( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ ImageWidth {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property represents TIFF tag 256 (0x100) and specifies image width in pixels.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.