Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.72 KB

SignatureField.md

File metadata and controls

31 lines (27 loc) · 2.72 KB

SignatureField

Provides SignatureField.

Properties

Name Type Description Notes
Links []Link Link to the document. [optional] [default to null]
PartialName string Field name. [optional] [default to null]
FullName string Full Field name. [optional] [default to null]
Rect *Rectangle Field rectangle. [optional] [default to null]
Value string Field value. [optional] [default to null]
PageIndex int32 Page index. [default to null]
Height float64 Gets or sets height of the field. [optional] [default to null]
Width float64 Gets or sets width of the field. [optional] [default to null]
ZIndex int32 Z index. [optional] [default to null]
IsGroup bool Is group. [optional] [default to null]
Parent *FormField Gets field parent. [optional] [default to null]
IsSharedField bool Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. [optional] [default to null]
Flags []AnnotationFlags Gets Flags of the field. [optional] [default to null]
Color *Color Color of the annotation. [optional] [default to null]
Contents string Get the field content. [optional] [default to null]
Margin *MarginInfo Gets or sets a outer margin for paragraph (for pdf generation) [optional] [default to null]
Highlighting *LinkHighlightingMode Field highlighting mode. [optional] [default to null]
HorizontalAlignment *HorizontalAlignment Gets HorizontalAlignment of the field. [optional] [default to null]
VerticalAlignment *VerticalAlignment Gets VerticalAlignment of the field. [optional] [default to null]
Border *Border Gets or sets annotation border characteristics. [optional] [default to null]
Signature *Signature Gets signature object. This object contains signature data regarding public-key cryptographic standards. Classes PKCS1, PKCS7 and PKCS7Detached represent all supported types of signature objects. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README][View Source]