Gets collection of page properties.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic PageActionCollection Actions { get; }
Public ReadOnly Property Actions As PageActionCollection
Get
public:
property PageActionCollection^ Actions {
PageActionCollection^ get ();
}
member Actions : PageActionCollection with get
Property Value
Type:
PageActionCollection
See Also