@ValidPdfVersion public abstract class AbstractPdfOutputParameters extends AbstractParameters
| Constructor and Description |
|---|
AbstractPdfOutputParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
PdfVersion |
getMinRequiredPdfVersion() |
PdfVersion |
getVersion() |
int |
hashCode() |
boolean |
isCompress() |
void |
setCompress(boolean compress) |
void |
setVersion(PdfVersion version)
Set the pdf version for the output document/s
|
isOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOutputpublic boolean isCompress()
public void setCompress(boolean compress)
public PdfVersion getVersion()
public void setVersion(PdfVersion version)
version - public PdfVersion getMinRequiredPdfVersion()
public int hashCode()
hashCode in class AbstractParameterspublic boolean equals(Object other)
equals in class AbstractParametersCopyright © 2015. All Rights Reserved.