Click or drag to resize

PdfClipPathGetText Method

Get the PdfTextObject contained in the ClippingText collection at the specified index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfTextObject GetText(
	int index
)

Parameters

index  Int32
the zero-based index of the text within the ClippingText collection.

Return Value

PdfTextObject
The PdfTextObject.
See Also