Class PdfViewerHandWrittenSignatureSettingsBuilder
Inheritance
System.Object
PdfViewerHandWrittenSignatureSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerHandWrittenSignatureSettingsBuilder : ControlBuilder
Constructors
PdfViewerHandWrittenSignatureSettingsBuilder()
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder()
PdfViewerHandWrittenSignatureSettingsBuilder(PdfViewerHandWrittenSignatureSettings)
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder(PdfViewerHandWrittenSignatureSettings model)
Parameters
Methods
AnnotationSelectorSettings(Object)
specifies the annotation selector settings of the annotation.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder AnnotationSelectorSettings(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Height(Double)
specified the height of the annotation.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder Height(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
InitialDialogSettings(Object)
Get or set the initialDialogSettings for Handwritten initial.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder InitialDialogSettings(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Opacity(Double)
specifies the opacity of the annotation.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
SaveInitialLimit(Double)
Gets or sets the save initial limit of the initial. By default value is 1 and maximum limit is 5.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder SaveInitialLimit(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
SaveSignatureLimit(Double)
Gets or sets the save signature limit of the signature. By default value is 1 and maximum limit is 5.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder SaveSignatureLimit(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
SignatureDialogSettings(Object)
Get or set the Signature DialogSettings for Handwritten signature.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder SignatureDialogSettings(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
SignatureItem(Object)
Provide option to define the required signature items to be displayed in signature menu.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder SignatureItem(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
StrokeColor(String)
specifies the stroke color of the annotation.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder StrokeColor(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Thickness(Double)
specified the thickness of the annotation.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder Thickness(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
TypeSignatureFonts(Object)
Options to set the type signature font name with respective index and maximum font name limit is 4 so key value should be 0 to 3.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder TypeSignatureFonts(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Width(Double)
specified the width of the annotation.
Declaration
public PdfViewerHandWrittenSignatureSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns