Click or drag to resize

PdfSignatureShapeImageFormat Property

Gets this PdfSignatureShape's image data format.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfImageFormat ImageFormat { get; }

Property Value

Type: PdfImageFormat
Remarks

This property throws an exception if SignatureMethod is not ImageUpload.

See Also