PdfAppearance
Pressed Property
|
Gets or setsobject which applied to an annotation when mouse button is pressed.
Namespace:
Spire.Pdf.Annotations.Appearance
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTemplate Pressed { get; set; }
Public Property Pressed As PdfTemplate
Get
Set
public:
property PdfTemplate^ Pressed {
PdfTemplate^ get ();
void set (PdfTemplate^ value);
}
member Pressed : PdfTemplate with get, set
Property Value
Type:
PdfTemplate
See Also