TiffOptionsPageNumber Property |
Gets or sets the page number tag.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort[] PageNumber { get; set; }
Public Property PageNumber As UShort()
Get
Set
public:
property array<unsigned short>^ PageNumber {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
member PageNumber : uint16[] with get, set
Property Value
Type:
UInt16
The page number tag.
ExceptionsException | Condition |
---|
ArgumentNullException | value |
ArgumentOutOfRangeException | value;Expected 2 values in the array: PageNumber[0] is the page number and PageNumber[1] is the total number of pages in the document. |
See Also