CPDFDocumentAddHeaderFooter Method |
Namespace:
ComPDFKit.PDFDocument
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public void AddHeaderFooter(
C_CTTextData[] textData,
float[] margin,
string pagesRange,
int startPage
)
Parameters
- textData
- Type: C_CTTextData
- margin
- Type: SystemSingle
- pagesRange
- Type: SystemString
- startPage
- Type: SystemInt32
See Also