Gets a particular page number field from the collection.
Introduced: X14.
public PageNumberField GetItem();
public PageNumberField GetItem(int id);
Parameter | Description |
---|---|
id | Specifies the page number field's identifier. The method returns null, if a page number field with the specified identifier does not exist. |