Gets a particular page number field from the collection.

Introduced: X14.

GetItem()

public PageNumberField GetItem();

GetItem(Int)

public PageNumberField GetItem(int id);

Parameters

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.