TiffOptionsStripByteCounts Property |
Gets or sets the strip byte counts.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.3
Syntaxpublic uint[] StripByteCounts { get; set; }
Public Property StripByteCounts As UInteger()
Get
Set
public:
property array<unsigned int>^ StripByteCounts {
array<unsigned int>^ get ();
void set (array<unsigned int>^ value);
}
member StripByteCounts : uint32[] with get, set
Property Value
Type:
UInt32
The strip byte counts.
See Also