PdfSignatureField

Represents the Signature field of an existing PDF document.

public class PdfSignatureField : PdfFormField
Public Class PdfSignatureField
    Inherits PdfFormField

Inheritance: ObjectPdfFormFieldPdfSignatureField

Licensing Info

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

Properties

AlignGets the text alignment for the field.
(Inherited from PdfFormField)
BackgroundColorGets the background color of a form field.
(Inherited from PdfFormField)
BorderColorGets the border color of a form field.
(Inherited from PdfFormField)
BorderStyleGets the BorderStyle .
(Inherited from PdfFormField)
ChildFieldsGets a collection of child form fields.
(Inherited from PdfFormField)
CombGets the comb flag status of the form field.
(Inherited from PdfFormField)
ComboGets the combo flag status of the form field.
(Inherited from PdfFormField)
CommitOnSelChangeGets the commit on sel change flag status of the form field.
(Inherited from PdfFormField)
CoversEntirePdfReturns true if the current signature signs the entire PDF document.
DoNotScrollGets the do not scroll flag status of the form field.
(Inherited from PdfFormField)
DoNotSpellCheckGets the do not spell check flag status of the form field.
(Inherited from PdfFormField)
EditGets the edit flag status of the form field.
(Inherited from PdfFormField)
ExportValueGets the export value of the form field.
(Inherited from PdfFormField)
ExportValuesGets the export values of the form field.
(Inherited from PdfFormField)
FileSelectGets the file select flag status of the form field.
(Inherited from PdfFormField)
FilterGets the encryption algorithm details used to decrypt the document.
FontGets or Sets the font for the field.
(Inherited from PdfFormField)
FontSizeGets or Sets the fontsize for the field.
(Inherited from PdfFormField)
FullNameGets the full name of the form field.
(Inherited from PdfFormField)
HasChildFieldsGets the type of the form field.
(Inherited from PdfFormField)
HeightGets the height of the form field.
(Inherited from PdfFormField)
MultilineGets the multi line flag status of the form field.
(Inherited from PdfFormField)
MultiSelectGets the multi select flag status of the form field.
(Inherited from PdfFormField)
NameGets the partial name of the form field.
(Inherited from PdfFormField)
NoExportGets the no export flag status of the form field.
(Inherited from PdfFormField)
NoneGets the form field flags status of the form field.
(Inherited from PdfFormField)
NoToggleToOffGets the no toggle to off flag status of the form field.
(Inherited from PdfFormField)
PasswordGets the password flag status of the form field.
(Inherited from PdfFormField)
PushbuttonGets the push button flag status of the form field.
(Inherited from PdfFormField)
RadioGets the radio flag status of the form field.
(Inherited from PdfFormField)
RadiosInUnisonGets the radio in unison flag status of the form field.
(Inherited from PdfFormField)
RangeGets an array of ByteRange that represents the signed content data.
ReadOnlyGets the read only flag status of the form field.
(Inherited from PdfFormField)
RequiredGets the required flag status of the form field.
(Inherited from PdfFormField)
RichTextGets the rich text flag status of the form field.
(Inherited from PdfFormField)
RotateGets the angle of a form field.
(Inherited from PdfFormField)
SignatureContentGets the byte data of the signed content for the signature from an existing PDF.
SignedReturns true if the signature field is signed.
SortGets the sort flag status of the form field.
(Inherited from PdfFormField)
SubFilterGets the encryption algorithm details used to decrypt the encryption dictionary content.
TextColorGets the color of the text for the field.
(Inherited from PdfFormField)
TimestampGets the time stamp information of the signature.
WidthGets the width of the form field.
(Inherited from PdfFormField)

Methods

CreateLabel(Page, Single, Single, String)Creates a Label object and adds it to the given page at the coordinates of the form field.
(Inherited from PdfFormField)
CreateLabel(Page, Single, Single, String, Font, Single)Creates a Label object and adds it to the given page at the coordinates of the form field.
(Inherited from PdfFormField)
CreateLabel(Page, Single, Single, String, Font, Single, TextAlign)Creates a Label object and adds it to the given page at the coordinates of the form field.
(Inherited from PdfFormField)
CreateLabel(Page, Single, Single, String, Font, Single, TextAlign, Color)Creates a Label object and adds it to the given page at the coordinates of the form field.
(Inherited from PdfFormField)
CreateLabel(Page, String)Creates a Label object and adds it to the given page at the coordinates of the form field.
(Inherited from PdfFormField)
CreateLabel(Page, String, Font, Single)Creates a Label object and adds it to the given page at the coordinates of the form field.
(Inherited from PdfFormField)
CreateLabel(Page, String, Font, Single, TextAlign)Creates a Label object and adds it to the given page at the coordinates of the form field.
(Inherited from PdfFormField)
CreateLabel(Page, String, Font, Single, TextAlign, Color)Creates a Label object and adds it to the given page at the coordinates of the form field.
(Inherited from PdfFormField)
Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetDefaultValue()Gets the default value of the form field.
(Inherited from PdfFormField)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetJavaScriptString()Gets the type of the form field.
(Inherited from PdfFormField)
GetOriginalPageNumber()Returns the original page number of the form field in the original PDF document.
(Inherited from PdfFormField)
GetType()Gets the Type of the current instance.
(Inherited from Object)
GetValue()Gets the value of the form field.
(Inherited from PdfFormField)
GetX(Page)Returns the X coordinate of the form field on the given page.
(Inherited from PdfFormField)
GetY(Page)Returns the Y coordinate of the form field on the given page.
(Inherited from PdfFormField)
HasJavaScript()Gets the type of the form field.
(Inherited from PdfFormField)
PositionPageElement(PageElement, Page)Sets the position of a page element to the coordinates of the form field.
(Inherited from PdfFormField)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.Merger.Forms

In this topic