 | PdfActionNext Property |
Gets the sequence of actions to be performed after the action represented by this class.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfActionCollection Next { get; }Public ReadOnly Property Next As PdfActionCollection
Get
public:
property PdfActionCollection^ Next {
PdfActionCollection^ get ();
}member Next : PdfActionCollection with get
/** @property */
public PdfActionCollection get_Next()
Property Value
PdfActionCollection
See Also