Click or drag to resize

CPDFDocumentAddHeaderFooter Method

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
C#
public void AddHeaderFooter(
	C_CTTextData[] textData,
	float[] margin,
	string pagesRange,
	int startPage
)

Parameters

textData
Type: ComPDFKit.ImportC_CTTextData
margin
Type: SystemSingle
pagesRange
Type: SystemString
startPage
Type: SystemInt32
See Also