Click or drag to resize

PdfSignatureShapeImageFit Property

Gets or sets a value indicating the image fit for an image in this PdfSignatureShape.

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

Property Value

Type: PdfImageFit
Remarks

This property only has an effect if SignatureMethod is ImageUpload.

See Also