Click or drag to resize

ScreenScaleCondition Enumeration

spedifies the circumstances under which the icon shall be scaled inside the annotation rectangle.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum ScreenScaleCondition
Members
  Member nameValueDescription
e_Always0Always scale.
e_WhenBigger1Scale only when the icon is bigger than the annotation rectangle.
e_WhenSmaller2Scale only when the icon is smaller than the annotation rectangle.
e_Never3Never scale.
See Also