TiffOptions.PageNumber

TiffOptions.PageNumber property

Gets or sets the page number tag.

public ushort[] PageNumber { get; set; }

Property Value

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