public class SignatureType extends Object implements Serializable
| Constructor and Description |
|---|
SignatureType() |
| Modifier and Type | Method and Description |
|---|---|
PDFSignaturePermissions |
getPermissions()
Returns the permissions associated with this signature.
|
PDFSignatureType |
getType()
Returns the signature type.
|
void |
setPermissions(PDFSignaturePermissions permissions)
Sets the permissions associated with this signature.
|
void |
setType(PDFSignatureType type)
Sets the signature type.
|
String |
toString() |
public PDFSignatureType getType()
PDFSignatureType object that specifies the signature type.public void setType(PDFSignatureType type)
type - A PDFSignatureType object that specifies the signature type.public PDFSignaturePermissions getPermissions()
PDFSignaturePermissions object that specifies the permissions associated with this signature.public void setPermissions(PDFSignaturePermissions permissions)
permissions - A PDFSignaturePermissions object that specifies the permissions associated with this signature.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.