PdfSignatureShapeInputMethods Enumeration |
PDF signature shape input methods available to the user.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax [FlagsAttribute]
public enum PdfSignatureShapeInputMethods
<FlagsAttribute>
Public Enumeration PdfSignatureShapeInputMethods
Members
| Member name | Value | Description |
---|
| None | 0 |
No input.
|
| ImageUpload | 1 |
Upload an image of a signature to ImageData.
|
| PenTool | 2 |
Draw a signature using the mouse or a touch screen using the specified PenColor and PenWidth.
|
| TypeText | 4 |
Type a text signature using the specified Font.
|
See Also