'Declaration Public Function AppendPageCount( _ Optional ByVal pnf As Nullable(Of PageNumberFormat), _ Optional ByVal useSectionPageCount As Boolean _ ) As Paragraph
'Usage Dim instance As Paragraph Dim pnf As Nullable(Of PageNumberFormat) Dim useSectionPageCount As Boolean Dim value As Paragraph value = instance.AppendPageCount(pnf, useSectionPageCount)
public Paragraph AppendPageCount( Nullable<PageNumberFormat> pnf, bool useSectionPageCount )
Parameters
- pnf
- The PageNumberFormat that will be used. This value can be null.
- useSectionPageCount
- Determines if the page count will come from the Section (true) or the Document (false). The default setting is false.
Return Value
The Paragraph with the PageCount placeholder appended.