PdfExtendedAppearance
Pressed Property
|
Gets the pressed state annotation.
Namespace:
Spire.Pdf.Annotations.Appearance
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAppearanceState Pressed { get; }
Public ReadOnly Property Pressed As PdfAppearanceState
Get
public:
property PdfAppearanceState^ Pressed {
PdfAppearanceState^ get ();
}
member Pressed : PdfAppearanceState with get
Property Value
Type:
PdfAppearanceState
The appearance in pressed state.
See Also