TiffOptionsPageNumber Property

Gets or sets the page number tag.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public ushort[] PageNumber { get; set; }

Property Value

Type: UInt16
The page number tag.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue
ArgumentOutOfRangeExceptionvalue;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