| PdfAnnotationLevelActionsAnnotationFocused Property |
Gets or sets the
PdfAction to be performed when the annotation receives the input focus.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfAction AnnotationFocused { get; set; }
Public Property AnnotationFocused As PdfAction
Get
Set
public:
property PdfAction^ AnnotationFocused {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationFocused : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationFocused()
/** @property */
public void set_AnnotationFocused(PdfAction value)
function get_AnnotationFocused();
function set_AnnotationFocused(value);
Property Value
PdfActionSee Also