|  | 
| PdfFooterTotalPagesOffset Property  | 
 
            Controls the total number of pages offset in the generated pdf document.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic int TotalPagesOffset { get; set; }Public Property TotalPagesOffset As Integer
	Get
	Set
Property Value
Type: 
Int32 Remarks
Remarks
            The total number of pages is displayed setting a 
{total_pages} placeholder in the 
Text property.
            The total number of pages can be incremented with a value specified by the 
TotalPagesOffset property. 
            This could be useful when the generated pdf will be merged with other documents.
            
 See Also
See Also