Skip to main content
All docs
V25.1
  • PdfRubberStampAnnotationFacade.KeepAspectRatio Property

    Gets or sets whether to make the stamp aspect ratio fit its rectangle.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool KeepAspectRatio { get; set; }

    Property Value

    Type Description
    Boolean

    true to keep aspect ratio; otherwise, false.

    See Also