 | PdfClipPathAppendText(PdfTextObject) Method |
Append the specified
text object to the
ClippingText collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic void AppendText(
PdfTextObject text
)
Public Sub AppendText (
text As PdfTextObject
)
public:
void AppendText(
PdfTextObject^ text
)
member AppendText :
text : PdfTextObject -> unit public void AppendText(
PdfTextObject text
)
function AppendText(text);
Parameters
- text PdfTextObject
- The text object.
See Also