public class PdfSignDigitalOptions extends SignDigitalOptions
Represents the Digital Signature Options for PDF Documents.
Constructor and Description |
---|
PdfSignDigitalOptions()
Initializes a new instance of the PdfSignDigitalOptions class with default values.
|
PdfSignDigitalOptions(InputStream certificateStream)
Initializes a new instance of the PdfSignDigitalOptions class with certificate stream.
|
PdfSignDigitalOptions(InputStream certificateStream,
InputStream appearenceImageStream)
Initializes a new instance of the PdfSignDigitalOptions class with certificate stream and image stream.
|
PdfSignDigitalOptions(InputStream certificateStream,
String appearenceImageGuid)
Initializes a new instance of the PdfSignDigitalOptions class with certificate stream and image file.
|
PdfSignDigitalOptions(String certificateGuid)
Initializes a new instance of the PdfSignDigitalOptions class with certificate file.
|
PdfSignDigitalOptions(String certificateGuid,
InputStream appearenceImageStream)
Initializes a new instance of the PdfSignDigitalOptions class with certificate file and image stream.
|
PdfSignDigitalOptions(String certificateGuid,
String appearenceImageGuid)
Initializes a new instance of the PdfSignDigitalOptions class with certificate file and image file.
|
Modifier and Type | Method and Description |
---|---|
String |
getContact()
Gets or sets the signature contact.
|
String |
getLocation()
Gets or sets the signature location.
|
String |
getReason()
Gets or sets the reason of signature.
|
boolean |
getVisible()
Gets or sets the visibility of signature.
|
void |
setContact(String value)
Gets or sets the signature contact.
|
void |
setLocation(String value)
Gets or sets the signature location.
|
void |
setReason(String value)
Gets or sets the reason of signature.
|
void |
setVisible(boolean value)
Gets or sets the visibility of signature.
|
getCertificateGuid, getCertificateStream, getPassword, getSignature, setCertificateGuid, setCertificateStream, setPassword, setSignature, toString
getHeight, getHorizontalAlignment, getImageGuid, getImageHelper, getImageStream, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSizeMeasureType, getStretch, getTop, getVerticalAlignment, getWidth, setHeight, setHorizontalAlignment, setImageGuid, setImageStream, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setOpacity, setRotationAngle, setSignAllPages, setSizeMeasureType, setStretch, setTop, setVerticalAlignment, setWidth
getAppearance, getDocumentPageNumber, getExtensions, getPagesSetup, isRotationChanged, setAppearance, setDocumentPageNumber, setPagesSetup, setRotationChanged
public PdfSignDigitalOptions()
Initializes a new instance of the PdfSignDigitalOptions class with default values.
public PdfSignDigitalOptions(InputStream certificateStream)
Initializes a new instance of the PdfSignDigitalOptions class with certificate stream.
certificateStream
- Digital Certificate stream.public PdfSignDigitalOptions(InputStream certificateStream, InputStream appearenceImageStream)
Initializes a new instance of the PdfSignDigitalOptions class with certificate stream and image stream.
certificateStream
- Digital Certificate stream.appearenceImageStream
- Stream of Signature Appearance image.public PdfSignDigitalOptions(InputStream certificateStream, String appearenceImageGuid)
Initializes a new instance of the PdfSignDigitalOptions class with certificate stream and image file.
certificateStream
- Digital Certificate stream.appearenceImageGuid
- Signature Appearance image file GUID.public PdfSignDigitalOptions(String certificateGuid)
Initializes a new instance of the PdfSignDigitalOptions class with certificate file.
certificateGuid
- Digital certificate file GUID.public PdfSignDigitalOptions(String certificateGuid, InputStream appearenceImageStream)
Initializes a new instance of the PdfSignDigitalOptions class with certificate file and image stream.
certificateGuid
- Digital certificate file GUID.appearenceImageStream
- Stream of Signature Appearance image.public PdfSignDigitalOptions(String certificateGuid, String appearenceImageGuid)
Initializes a new instance of the PdfSignDigitalOptions class with certificate file and image file.
certificateGuid
- Digital certificate file GUID.appearenceImageGuid
- Signature Appearance image file GUID.public String getContact()
Gets or sets the signature contact.
public String getLocation()
Gets or sets the signature location.
public String getReason()
Gets or sets the reason of signature.
public boolean getVisible()
Gets or sets the visibility of signature.
public void setContact(String value)
Gets or sets the signature contact.
public void setLocation(String value)
Gets or sets the signature location.
public void setReason(String value)
Gets or sets the reason of signature.
public void setVisible(boolean value)
Gets or sets the visibility of signature.
Copyright © 2018. All rights reserved.