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

Syntax

C#
protected int SetFromIPage(
	PdfImportedPage iPage
)
Visual Basic
Protected Function SetFromIPage ( _
	iPage As PdfImportedPage _
) As Integer
Visual C++
protected:
int SetFromIPage(
	PdfImportedPage^ iPage
)

See Also