Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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