SignatureFieldViewSettings Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a signature field view settings. Signature field view consists of 2 parts : graphic and description. Their appearance can be controlled by using Graphic and Description properties.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.Forms.SignatureSettingsSignatureFieldViewSettings

Namespace:  Apitron.PDF.Kit.Interactive.Forms.SignatureSettings
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class SignatureFieldViewSettings

The SignatureFieldViewSettings type exposes the following members.

Constructors

  NameDescription
Public methodSignatureFieldViewSettings
Initializes a new instance of the Object class.
Top
Properties

  NameDescription
Public propertyDateTimeFormat
Gets or sets the date time format for the signature view.
Public propertyDescription
Gets or sets the description.
Public propertyDescriptionOrder
Gets or sets the description order. Default value is: [ Name, DistinguishedName, Reason, Location, Date]
Public propertyGraphic
Gets or sets the graphic.
Public propertyGraphicResourceID
Gets or sets the graphic resource ID, namely XObject that will be drawn when Graphic is set to Image.
Public propertyQuaddingJustification
Gets or sets the code specifying the form of quadding (justification) that shall be used in displaying the annotation’s text
Public propertyTextPosition
Gets or sets the text position.
Top
Methods

  NameDescription
Public methodSetStyle
Sets a special style for the specified description part.
Top
See Also

Reference