Click or drag to resize

PdfJavaScriptActionListCollectionIsEmpty Method

Determines whether this collection contains any scripts, checking each list (if any) for elements.

Namespace:  Atalasoft.PdfDoc.Actions
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsEmpty()

Return Value

Type: Boolean
true if there are any scripts in this collection; otherwise, false.
See Also