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