 | PdfWidgetAnnotationAdditionalActions Property |
Gets or sets the additional-actions defining actions to be performed when the page is opened or closed.
Namespace:
Patagames.Pdf.Net.Annotations
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic PdfAnnotationLevelActions AdditionalActions { get; set; }
Public Property AdditionalActions As PdfAnnotationLevelActions
Get
Set
public:
property PdfAnnotationLevelActions^ AdditionalActions {
PdfAnnotationLevelActions^ get ();
void set (PdfAnnotationLevelActions^ value);
}
member AdditionalActions : PdfAnnotationLevelActions with get, set
/** @property */
public PdfAnnotationLevelActions get_AdditionalActions()
/** @property */
public void set_AdditionalActions(PdfAnnotationLevelActions value)
function get_AdditionalActions();
function set_AdditionalActions(value);
Property Value
Type:
PdfAnnotationLevelActions
See Also