Java com.itextpdf.kernel.pdf.xobject PdfFormXObject fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.kernel.pdf.xobject PdfFormXObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.kernel.pdf.xobject PdfFormXObject.

The text is from its open source code.

Constructor

PdfFormXObject(Rectangle bBox)
Creates a new instance of Form XObject.
PdfFormXObject(PdfStream pdfStream)
Create PdfFormXObject instance by PdfStream .
PdfFormXObject(PdfPage page)
Creates form XObject from page content.