Skip to main content

PdfIconFit.FitToAnnotationBounds Property

Gets a value that indicates whether the button appearance is scaled to fit fully within the bounds of the annotation without taking into consideration the line width of the border.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool FitToAnnotationBounds { get; }

Property Value

Type Description
Boolean

true, to fit fully within the bounds of the annotation otherwise, false. The default value is false.

See Also