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