OutlinesVisibleCount Property |
Gets the total number of outline items at all levels in the document outline hierarchy.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic abstract int VisibleCount { get; }
Public MustOverride ReadOnly Property VisibleCount As Integer
Get
public:
virtual property int VisibleCount {
int get () abstract;
}
abstract VisibleCount : int with get
Property Value
Type:
Int32
See Also