 | PdfDocumentOpenAction Property |
Gets or sets a value specifying an action to be performed when the document is opened.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic PdfAction OpenAction { get; set; }
Public Property OpenAction As PdfAction
Get
Set
public:
property PdfAction^ OpenAction {
PdfAction^ get ();
void set (PdfAction^ value);
}
member OpenAction : PdfAction with get, set
/** @property */
public PdfAction get_OpenAction()
/** @property */
public void set_OpenAction(PdfAction value)
function get_OpenAction();
function set_OpenAction(value);
Property Value
Type:
PdfAction
See Also