com.lowagie.text.pdf
public class PdfPSXObject extends PdfTemplate
Constructor Summary | |
---|---|
protected | PdfPSXObject() Creates a new instance of PdfPSXObject |
PdfPSXObject(PdfWriter wr)
Constructs a PSXObject |
Method Summary | |
---|---|
PdfContentByte | getDuplicate()
Gets a duplicate of this PdfPSXObject . |
PdfStream | getFormXObject(int compressionLevel)
Gets the stream representing this object.
|
Parameters: wr
PdfPSXObject
. All
the members are copied by reference but the buffer stays different.Returns: a copy of this PdfPSXObject
Parameters: compressionLevel the compressionLevel
Returns: the stream representing this template
Throws: IOException
Since: 2.1.3 (replacing the method without param compressionLevel)