ImageGear .NET
Rows Property (ImGearXMPDeviceSettings)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback