Accusoft.ImagXpress13.Net
RowsPerStrip Property




Gets and sets the number of rows to save in each strip of a TIFF file.
Syntax
'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.
See Also

Reference

SaveOptionsTiff Class
SaveOptionsTiff Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback