PSPDFAppearanceCharacteristics
Objective-C
@interface PSPDFAppearanceCharacteristics
: PSPDFModel <NSSecureCoding, PSPDFOverridable>
Swift
class AppearanceCharacteristics : ModelObject, NSSecureCoding, Overridable
Advanced appearance characteristics for a widget annotation. It contains additional information for constructing the annotation’s appearance stream
-
(Optional) A form XObject defining the widget annotation’s normal icon, which shall be displayed when it is not interacting with the user. Only applies to push buttons.
Declaration
Objective-C
@property (nonatomic, nullable) NSImage *normalIcon;
Swift
var normalIcon: NSImage? { get set }