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

Syntax

C#
protected internal PdfObject ReadOneObjStm(
	PRStream stream,
	int idx
)
Visual Basic
Protected Friend Function ReadOneObjStm ( _
	stream As PRStream, _
	idx As Integer _
) As PdfObject
Visual C++
protected public:
PdfObject^ ReadOneObjStm(
	PRStream^ stream, 
	int idx
)

See Also