Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
protected PdfObject CopyObject(
	PdfObject inp
)
Visual Basic
Protected Function CopyObject ( _
	inp As PdfObject _
) As PdfObject
Visual C++
protected:
PdfObject^ CopyObject(
	PdfObject^ inp
)

See Also