public class RedactionResult extends Object implements Serializable
com.adobe.idp.Document.| Constructor and Description |
|---|
RedactionResult() |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
Returns A
com.adobe.idp.Document object which represents the
redacted or annotated PDF document. |
boolean |
isRedactionSuccessful()
Returns A
boolean value representing whether or not the
redaction was successful. |
void |
setDocument(Document document)
Sets the document member object of the
com.adobe.livecycle.pdfutility.client.RedactionResult object
with the com.adobe.idp.Document parameter object provided. |
void |
setRedactionSuccessful(boolean redactionSuccessful)
Sets the value of the
boolean variable redactionSuccessful
of this
com.adobe.livecycle.pdfutility.client.RedactionResult
object. |
public void setDocument(Document document)
com.adobe.livecycle.pdfutility.client.RedactionResult object
with the com.adobe.idp.Document parameter object provided.document - A com.adobe.idp.Document object.public Document getDocument()
com.adobe.idp.Document object which represents the
redacted or annotated PDF document.com.adobe.idp.Document object which represents the
redacted or annotated PDF document.public void setRedactionSuccessful(boolean redactionSuccessful)
boolean variable redactionSuccessful
of this
com.adobe.livecycle.pdfutility.client.RedactionResult
object. object with the boolean parameter provided which
represents redaction success or failure.redactionSuccessful - A boolean value specifying whether redaction was successful or
not.public boolean isRedactionSuccessful()
boolean value representing whether or not the
redaction was successful.boolean variable
redactionSuccessful representing whether or not the redaction was
successful.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.