IconScaleMode Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of icon scale modes.

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 enum IconScaleMode
Members

  Member nameValueDescription
AlwaysScale0 Always scale.
IconBigger1 Scale only when the icon is bigger than the annotation rectangle.
IconSmaller2 Scale only when the icon is smaller than the annotation rectangle.
NeverScale3 Never scale.
See Also

Reference