 | PdfPageLevelActionsPageClosed Property |
Gets or sets the
PdfAction to be performed when the page is closed
(for example, when the user navigates to the next or previous page or follows a link annotation or an bookmark item).
This action applies to the page being closed and is executed before any other page is opened.
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 PageClosed { get; set; }
Public Property PageClosed As PdfAction
Get
Set
public:
property PdfAction^ PageClosed {
PdfAction^ get ();
void set (PdfAction^ value);
}
member PageClosed : PdfAction with get, set
/** @property */
public PdfAction get_PageClosed()
/** @property */
public void set_PageClosed(PdfAction value)
function get_PageClosed();
function set_PageClosed(value);
Property Value
Type:
PdfAction
See Also