Click or drag to resize

PdfSignatureShapePenWidth Property

Gets or sets this PdfSignatureShape's pen (ink) width.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public int PenWidth { get; set; }

Property Value

Type: Int32
Remarks

This property only has an effect if SignatureMethod is PenTool.

See Also