SignaturePanel

Represents a panel in the visible signature.

public class SignaturePanel
Public Class SignaturePanel

Inheritance: ObjectSignaturePanel

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

NOTE: This class required the .NET Framework 2.0 or greater. Visible signature area will be divides in to three panels. Left or Top panel, Right or Bottom Panel and Full panel.

Properties

CustomMessageGets or sets a string for the custom message.
FitImageGets or sets a value for resizing the given image to get fit with the panel area.
FontSizeGets or sets a int indicating the font size.
ImageDataGets or sets ImageData .
KeepImageProportionalGets or sets a value for maintaining image proportion when FitImage is set to true.
ShowDateGets or sets a value indicating if the full date of signing should be displayed.
ShowDigitallySignedByGets or sets a value indicating if 'Digitally Signed By {Subject name}' should be displayed.
ShowDistinguishedNameGets or sets a value indicating if the distinguished name (Certificate Subject) should be displayed.
ShowLabelsGets or sets a value indicating if the signature information should include a label.
ShowLocationGets or sets a value indicating display of location.
ShowReasonGets or sets a value indicating if the reason.
ShowSubjectNameGets or sets a value indicating if the Subject Name from the certificate should be displayed.
TextAlignGets or sets the TextAlign enum that specifies the text align inside the panel.
TextColorGets or sets text color.
TextRightToLeftGets or sets a value indicating if text should be displayed right to left.

Methods

Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
HideAllText()Hides all text visibility for the panel. HideAllText for hiding all the text in all the panels.
SetImage(Byte[])Sets the image to the panel.
SetImage(ImageData)Sets the image to the panel.
SetImage(Stream)Sets the image to the panel.
SetImage(String)Sets the image to the panel.
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.PageElements.Forms

In this topic