public class CleanUpProperties extends Object
PdfCleanUpTool
operations.
Constructor and Description |
---|
CleanUpProperties()
Creates default CleanUpProperties instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isProcessAnnotations()
Check if page annotations will be processed.
|
void |
setMetaInfo(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo)
Sets additional meta info.
|
void |
setProcessAnnotations(boolean processAnnotations)
Set if page annotations will be processed.
|
public CleanUpProperties()
public void setMetaInfo(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo)
metaInfo
- the meta info to set
public boolean isProcessAnnotations()
true
.
true
if annotations will be processed by the PdfCleanUpTool
public void setProcessAnnotations(boolean processAnnotations)
processAnnotations
- is page annotations will be processed
Copyright © 1998–2021 iText Group NV. All rights reserved.