IconFitSettingsFitBounds Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a value indicating whether to fit bounds. If true, indicates that the button appearance shall be scaled to fit fully within the bounds of the annotation without taking into consideration the line width of the border. Default value: false.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool FitBounds { get; set; }

Property Value

Type: Boolean
true if [fit bounds]; otherwise, false.
See Also

Reference