Click or drag to resize

CPDFSignatureConfig Class

Represents configuration settings for the appearance of a signature.
Inheritance Hierarchy
SystemObject
  ComPDFKit.DigitalSignCPDFSignatureConfig

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFSignatureConfig

The CPDFSignatureConfig type exposes the following members.

Constructors
  NameDescription
Public methodCPDFSignatureConfig
Initializes a new instance of the CPDFSignatureConfig class
Top
Properties
  NameDescription
Public propertyContent
Gets or sets the content of the signature.
Public propertyContentColor
Gets or sets the color for the signature content.
Public propertyImageData
Gets or sets the image for the signature.
Public propertyImageHeight
Public propertyImageWidth
Public propertyIsContentAlignLeft
Gets or sets a flag indicating whether to align the content to the left.
Public propertyIsDrawLogo
Gets or sets a flag indicating whether to include a logo in the signature.
Public propertyIsDrawOnlyContent
Gets or sets a flag indicating whether to draw only the content.
Public propertyLogoData
Gets or sets the logo image for the signature.
Public propertyLogoHeight
Public propertyLogoWidth
Public propertyText
Gets or sets the text associated with the signature.
Public propertyTextColor
Gets or sets the color for the text in the signature.
Top
See Also