com.cete.dynamicpdf.forms
Class SignatureField
java.lang.Object
   com.cete.dynamicpdf.Resource
com.cete.dynamicpdf.Resource
       com.cete.dynamicpdf.forms.FormField
com.cete.dynamicpdf.forms.FormField
           com.cete.dynamicpdf.forms.SignatureField
com.cete.dynamicpdf.forms.SignatureField
- public abstract class SignatureField 
- extends FormField
Class provides the base class representing a signature field.
 
Licensing:
Reading the values or properties of a field is a
 DynamicPDF Merger Standard Edition feature (for modifying field values see below).
 One of the following licenses is required for non-evaluation usage:
 
 - DynamicPDF Merger Standard Edition
- DynamicPDF Merger Professional Edition
- DynamicPDF Merger Enterprise Edition
Modiying the values of the fields (i.e. form filling) is a Professional
 Edition Feature. One of the following licenses is required for non-evaluation usage:
 
 - DynamicPDF Merger Professional Edition
- DynamicPDF Merger Enterprise Edition
 
| Method Summary | 
| protected  void | drawDictionary(DocumentWriter writer)Draws the signature field's dictionary entries to the
 given
 DocumentWriterobject. | 
 
| Methods inherited from class com.cete.dynamicpdf.forms.FormField | 
| draw, getAlternateName, getAnnotation, getBackgroundColor, getBorderColor, getBorderStyle, getChildFields, getFlags, getFont, getFontSize, getForm, getFullName, getMappingName, getName, getOutput, getParent, getRequiredPdfObjects, getResourceType, getRotate, getTextColor, getUseSubstituteFont, getValue, hasChildFields, hasValue, inheritsName, inheritsValue, isReadOnly, setAlternateName, setAnnotation, setFont, setFontSize, setMappingName, setName, setOutput, setReadOnly, setUseSubstituteFont, setValue | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SignatureField
protected SignatureField(java.lang.String name,
                         int flags,
                         AnnotationReaderEvents actions)
- Creates a new instance of SignatureFieldclass.
 
- Parameters:
- name- Name of the signature field.
- flags- The flags for the signature field.
- actions- The AnnotationReaderEvents for the signature field.
- See Also:
- SignatureField
 
drawDictionary
protected void drawDictionary(DocumentWriter writer)
- Draws the signature field's dictionary entries to the
 given DocumentWriterobject.
 
- 
- Overrides:
- drawDictionaryin class- FormField
 
- 
- Parameters:
- writer-- DocumentWriterobject to receive the output.
- See Also:
- DocumentWriter
 
API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019 
 © Copyright 2019, ceTe Software