Gets a particular page number field from the collection.
Introduced: X14.
public PageNumberField GetItem();
Public Function GetItem() As PageNumberField
public PageNumberField GetItem(int id);
Public Function GetItem(ByVal id As Integer) As PageNumberField
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. |