'Declaration Public Sub InsertPageCount( _ Optional ByVal pnf As Nullable(Of PageNumberFormat), _ Optional ByVal index As Integer, _ Optional ByVal useSectionPageCount As Boolean _ )
'Usage Dim instance As Paragraph Dim pnf As Nullable(Of PageNumberFormat) Dim index As Integer Dim useSectionPageCount As Boolean instance.InsertPageCount(pnf, index, useSectionPageCount)
public void InsertPageCount( Nullable<PageNumberFormat> pnf, int index, bool useSectionPageCount )
Parameters
- pnf
- The PageNumberFormat that will be used. This value can be null.
- index
- The index at which the PageCount placeholder will be inserted.
- useSectionPageCount
- Determines if the page count will come from the Section (true) or the Document (false). The default setting is false.