Click or drag to resize

CPDFHeaderFooterGetText Method

Gets the text of the header & footer at the specified index.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public string GetText(
	int index
)

Parameters

index
Type: SystemInt32
the specified index

Return Value

Type: String
the text of the header & footer
See Also