'Declaration Public Sub InsertPageNumber( _ Optional ByVal pnf As Nullable(Of PageNumberFormat), _ Optional ByVal index As Integer _ )
'Usage Dim instance As Paragraph Dim pnf As Nullable(Of PageNumberFormat) Dim index As Integer instance.InsertPageNumber(pnf, index)
public void InsertPageNumber( Nullable<PageNumberFormat> pnf, int index )
Parameters
- pnf
- The PageNumberFormat to use. The value can be null.
- index
- The index at which to insert the PageNumber placeholder.