IconFit

Overview

IconFit is a class in Aspose.PDF FOSS for .NET.

PDF Annotation Handler “IF” entry — icon-fit dictionary for push-button widgets.

This class provides 4 methods for working with IconFit objects in .NET programs. Available methods include: NameToScalingMode, NameToScalingReason, ScalingModeToName, ScalingReasonToName. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: LeftoverBottom, LeftoverLeft, ScalingMode, ScalingReason, SpreadOnBorder.

Properties

NameTypeAccessDescription
ScalingModeScalingModeRead/WriteGets or sets the scaling mode.
ScalingReasonScalingReasonRead/WriteGets or sets the scaling reason.
LeftoverLeftdoubleRead/WriteGets or sets the leftover left.
LeftoverBottomdoubleRead/WriteGets or sets the leftover bottom.
SpreadOnBorderboolRead/WriteGets or sets the spread on border.

Methods

SignatureDescription
NameToScalingMode(mode: string)Calls NameToScalingMode on this IconFit instance.
NameToScalingReason(reason: string)Calls NameToScalingReason on this IconFit instance.
ScalingModeToName(mode: ScalingMode)Calls ScalingModeToName on this IconFit instance.
ScalingReasonToName(reason: ScalingReason)Calls ScalingReasonToName on this IconFit instance.

See Also