Note: This API is now obsolete.
Namespace: BitMiracle.Docotic.Pdf
[ObsoleteAttribute("This property will be removed in the next release of Docotic.Pdf. Please use PdfDocument.GetActions() method instead.")] public int ActionCount { get; }
<ObsoleteAttribute("This property will be removed in the next release of Docotic.Pdf. Please use PdfDocument.GetActions() method instead.")> Public ReadOnly Property ActionCount As Integer Get
This property prepares its value using the GetActions() method.
For performance reasons it's better to use the GetActions() method instead.