Click or drag to resize

PdfClipPathAppendText(PdfTextObject) Method

Append the specified text object to the ClippingText collection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void AppendText(
	PdfTextObject text
)

Parameters

text  PdfTextObject
The text object.
See Also