IconFitSettingsLeftoverSpaceFraction Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets an array of two numbers that shall be between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left and bottom of the icon. A value of [0.0 0.0] shall position the icon at the bottom-left corner of the annotation rectangle. A value of [0.5 0.5] shall center it within the rectangle. This entry shall be used only if the icon is scaled proportionally. Default value: [0.5 0.5].

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 double[] LeftoverSpaceFraction { get; }

Property Value

Type: Double
The leftover space fraction.
See Also

Reference