public abstract class SignDigitalOptions extends SignImageOptions
Represents the Digital Signature Options.
Constructor and Description |
---|
SignDigitalOptions()
Initializes a new instance of the SignDigitalOptions class with default values.
|
SignDigitalOptions(InputStream certificateStream)
Initializes a new instance of the SignDigitalOptions class with certificate stream.
|
SignDigitalOptions(InputStream certificateStream,
InputStream appearenceImageStream)
Initializes a new instance of the SignDigitalOptions class with certificate stream and image stream.
|
SignDigitalOptions(InputStream certificateStream,
String appearenceImageGuid)
Initializes a new instance of the SignDigitalOptions class with certificate stream and image file.
|
SignDigitalOptions(String certificateGuid)
Initializes a new instance of the SignDigitalOptions class with certificate file.
|
SignDigitalOptions(String certificateGuid,
InputStream appearenceImageStream)
Initializes a new instance of the SignDigitalOptions class with certificate file and image stream.
|
SignDigitalOptions(String certificateGuid,
String appearenceImageGuid)
Initializes a new instance of the SignDigitalOptions class with certificate file and image file.
|
Modifier and Type | Method and Description |
---|---|
String |
getCertificateGuid()
Gets or sets the digital certificate file GUID.
|
InputStream |
getCertificateStream()
Gets or sets digital certificate stream.
|
String |
getPassword()
Gets or sets the password of digital certificate.
|
DigitalSignature |
getSignature()
Gets or sets properties of document digital signature.
|
void |
setCertificateGuid(String value)
Gets or sets the digital certificate file GUID.
|
void |
setCertificateStream(InputStream value)
Gets or sets digital certificate stream.
|
void |
setPassword(String value)
Gets or sets the password of digital certificate.
|
void |
setSignature(DigitalSignature value)
Gets or sets properties of document digital signature.
|
String |
toString()
Override string conversion.
|
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, setAppearance, setDocumentPageNumber, setPagesSetup
public SignDigitalOptions()
Initializes a new instance of the SignDigitalOptions class with default values.
public SignDigitalOptions(InputStream certificateStream)
Initializes a new instance of the SignDigitalOptions class with certificate stream.
certificateStream
- Digital Certificate streampublic SignDigitalOptions(InputStream certificateStream, InputStream appearenceImageStream)
Initializes a new instance of the SignDigitalOptions class with certificate stream and image stream.
certificateStream
- Digital Certificate streamappearenceImageStream
- Signature Appearance image streampublic SignDigitalOptions(InputStream certificateStream, String appearenceImageGuid)
Initializes a new instance of the SignDigitalOptions class with certificate stream and image file.
certificateStream
- Digital Certificate streamappearenceImageGuid
- Signature Appearance image file GUIDpublic SignDigitalOptions(String certificateGuid)
Initializes a new instance of the SignDigitalOptions class with certificate file.
certificateGuid
- Digital certificate file GUIDpublic SignDigitalOptions(String certificateGuid, InputStream appearenceImageStream)
Initializes a new instance of the SignDigitalOptions class with certificate file and image stream.
certificateGuid
- Digital certificate file GUIDappearenceImageStream
- Signature Appearance image streampublic SignDigitalOptions(String certificateGuid, String appearenceImageGuid)
Initializes a new instance of the SignDigitalOptions class with certificate file and image file.
certificateGuid
- Digital certificate file GUIDappearenceImageGuid
- Signature Appearance image file GUIDpublic final String getCertificateGuid()
Gets or sets the digital certificate file GUID. This property is used only if CertificateStream is not specified.
public final InputStream getCertificateStream()
Gets or sets digital certificate stream. If this property is specified it is always used instead CertificateGuid.
public final String getPassword()
Gets or sets the password of digital certificate.
public final DigitalSignature getSignature()
Gets or sets properties of document digital signature.
public final void setCertificateGuid(String value)
Gets or sets the digital certificate file GUID. This property is used only if CertificateStream is not specified.
public final void setCertificateStream(InputStream value)
Gets or sets digital certificate stream. If this property is specified it is always used instead CertificateGuid.
public final void setPassword(String value)
Gets or sets the password of digital certificate.
public final void setSignature(DigitalSignature value)
Gets or sets properties of document digital signature.
public String toString()
Override string conversion.
toString
in class SignImageOptions