'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); }