Click or drag to resize

PdfSignatureShapeInputMethods Enumeration

PDF signature shape input methods available to the user.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
[FlagsAttribute]
public enum PdfSignatureShapeInputMethods
Members
  Member nameValueDescription
None0 No input.
ImageUpload1 Upload an image of a signature to ImageData.
PenTool2 Draw a signature using the mouse or a touch screen using the specified PenColor and PenWidth.
TypeText4 Type a text signature using the specified Font.
See Also