 | PdfPageLevelActionsPageOpened Property |
Gets or sets the
PdfAction to be performed when the page is opened
(for example, when the user navigates to it from the next or previous page or by means of a link annotation or bookmark item).
This action is independent of any that may be defined by the
OpenAction property in the
PdfDocument class
and is executed after such an action.
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 PageOpened { get; set; }
Public Property PageOpened As PdfAction
Get
Set
public:
property PdfAction^ PageOpened {
PdfAction^ get ();
void set (PdfAction^ value);
}
member PageOpened : PdfAction with get, set
/** @property */
public PdfAction get_PageOpened()
/** @property */
public void set_PageOpened(PdfAction value)
function get_PageOpened();
function set_PageOpened(value);
Property Value
Type:
PdfAction
See Also