Skip to main content
All docs
V26.1
  • SignatureField.StretchContentImage Property

    Specifies whether to stretch an image to fill the signature field rectangle.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public bool StretchContentImage { get; set; }

    Property Value

    Type Description
    Boolean

    true to stretch an image to fill the field rectangle; otherwise, false.

    See Also