ImageGear .NET - Updated
Rows Property (ImGearXMPDeviceSettings)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPDeviceSettings Class : Rows Property
Gets or sets the number of display rows.
Syntax
'Declaration
 
Public Property Rows As ImGearXMPInteger
'Usage
 
Dim instance As ImGearXMPDeviceSettings
Dim value As ImGearXMPInteger
 
instance.Rows = value
 
value = instance.Rows
public ImGearXMPInteger Rows {get; set;}
public: __property ImGearXMPInteger* get_Rows();
public: __property void set_Rows( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Rows {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
See Also

Reference

ImGearXMPDeviceSettings Class
ImGearXMPDeviceSettings Members