 | PdfAnnotationLevelActionsAnnotationBlurred Property |
Gets or sets the
PdfAction to be performed when the annotation loses the input focus.
Namespace:
Patagames.Pdf.Net.Actions
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic 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
Type:
PdfAction
See Also