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

Syntax

C#
protected void Process(
	StringBuilder buf,
	Object p
)
Visual Basic
Protected Sub Process ( _
	buf As StringBuilder, _
	p As Object _
)
Visual C++
protected:
void Process(
	StringBuilder^ buf, 
	Object^ p
)

See Also