TiffOptionsRowsPerStrip Property |
Gets or sets the rows per strip.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic uint RowsPerStrip { get; set; }
Public Property RowsPerStrip As UInteger
Get
Set
public:
property unsigned int RowsPerStrip {
unsigned int get ();
void set (unsigned int value);
}
member RowsPerStrip : uint32 with get, set
Property Value
Type:
UInt32
The rows per strip.
See Also