Gets and sets the number of rows to save in each strip of a TIFF file.
'Declaration
Public Property RowsPerStrip As Integer
'Usage
Dim instance As SaveOptionsTiff
Dim value As Integer
instance.RowsPerStrip = value
value = instance.RowsPerStrip
public int RowsPerStrip {get; set;}
public: __property int get_RowsPerStrip();
public: __property void set_RowsPerStrip(
int value
);
public:
property int RowsPerStrip {
int get();
void set ( int value);
}
Property Value
An integer value which represents the number of rows.