'Declaration Public Function AppendPageNumber( _ Optional ByVal pnf As Nullable(Of PageNumberFormat) _ ) As Paragraph
'Usage Dim instance As Paragraph Dim pnf As Nullable(Of PageNumberFormat) Dim value As Paragraph value = instance.AppendPageNumber(pnf)
public Paragraph AppendPageNumber( Nullable<PageNumberFormat> pnf )
Parameters
- pnf
- A PageNumberFormat value indicating the format to use for the page number. This value can be null.
Return Value
This paragraph with the page number placeholder appended.