Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormSignatureField.StretchContentImage Property

Specifies whether an image should be stretched to fill the rectangle of a signature field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public bool StretchContentImage { get; set; }

Property Value

Type Description
Boolean

true, if an image is stretched to fill the rectangle of a signature field; otherwise, false.

See Also