com.lowagie.text.pdf

Class PdfFormXObject

public class PdfFormXObject extends PdfStream

PdfFormObject is a type of XObject containing a template-object.
Field Summary
static PdfLiteralMATRIX
This is the 1 - matrix.
static PdfNumberONE
This is a PdfNumber representing 1.
static PdfNumberZERO
This is a PdfNumber representing 0.
Constructor Summary
PdfFormXObject(PdfTemplate template, int compressionLevel)
Constructs a PdfFormXObject-object.

Field Detail

MATRIX

public static final PdfLiteral MATRIX
This is the 1 - matrix.

ONE

public static final PdfNumber ONE
This is a PdfNumber representing 1.

ZERO

public static final PdfNumber ZERO
This is a PdfNumber representing 0.

Constructor Detail

PdfFormXObject

PdfFormXObject(PdfTemplate template, int compressionLevel)
Constructs a PdfFormXObject-object.

Parameters: template the template compressionLevel the compression level for the stream

Since: 2.1.3 (Replacing the existing constructor with param compressionLevel)