Skip to main content
All docs
V23.2

PdfRubberStampAnnotationFacade.KeepAspectRatio Property

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

Namespace: DevExpress.Pdf

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