OutlineItemCollectionHasNext Property |
Check if outline item representing next item relatively this item in the outline hierarchy.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool HasNext { get; }
Public ReadOnly Property HasNext As Boolean
Get
public:
property bool HasNext {
bool get ();
}
member HasNext : bool with get
Property Value
Type:
Boolean
See Also