[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureField-1

SignatureField<T> Class

Class wrapper, provides additional fields to values which should be placed on signature

Inheritance
SignatureField<T>
Namespace: GrapeCity.ActiveReports.Export.Pdf.Section.Signing
Assembly: MESCIUS.ActiveReports.Export.Pdf.dll
Syntax
public sealed class SignatureField<T>
Type Parameters
Name Description
T

Type of the value, which should be shown

Constructors

Name Description
SignatureField(T)

Ctor

SignatureField(T, bool)

Ctor

SignatureField(T, bool, bool)

Ctor

Properties

Name Description
ShowLabel

Gets/sets value, indicating that label for value should be shown

Value

Gets the value, which will be written on signature

Visible

Gets/sets value visibility. If true, then the value will be written

Methods

Name Description
CreateEmpty()

Creates empty field with default(T) as value

ToString()

Overrides base ToString() method.

Operators

Name Description
implicit operator SignatureField<T>(T)

Converts value to SignatureField<T> object