Skip to main content
A newer version of this page is available. .

PdfGraphicsAcroFormSignatureField.StretchContentImage Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.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