public class SanitizationResult extends Object implements Serializable
com.adobe.idp.Document
.Constructor and Description |
---|
SanitizationResult() |
Modifier and Type | Method and Description |
---|---|
Document |
getDocument()
Returns A
com.adobe.idp.Document object which represents the
sanitized PDF document. |
boolean |
isSanitizationSuccessful()
Returns A
boolean value representing whether or not the
Sanitization was successful. |
void |
setDocument(Document document)
Sets the document member object of the
com.adobe.livecycle.pdfutility.client.SanitizationResult object
with the com.adobe.idp.Document parameter object provided. |
void |
setSanitizationSuccessful(boolean SanitizationSuccessful)
Sets the value of the
boolean variable SanitizationSuccessful
of this
com.adobe.livecycle.pdfutility.client.SanitizationResult
object. |
public void setDocument(Document document)
com.adobe.livecycle.pdfutility.client.SanitizationResult
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
sanitized PDF document.com.adobe.idp.Document
object which represents the
sanitized PDF document.public void setSanitizationSuccessful(boolean SanitizationSuccessful)
boolean
variable SanitizationSuccessful
of this
com.adobe.livecycle.pdfutility.client.SanitizationResult
object. object with the boolean
parameter provided which
represents Sanitization success or failure.SanitizationSuccessful
- A boolean value specifying whether Sanitization was successful or
not.public boolean isSanitizationSuccessful()
boolean
value representing whether or not the
Sanitization was successful.boolean
variable
SanitizationSuccessful representing whether or not Sanitization was
successful.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.