OutlineCollectionVisibleCount Property |
Count is the sum of the number of visible descendent outline items at all levels. Note: please don't confuse with Count which is number if items in collection.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic override int VisibleCount { get; }
Public Overrides ReadOnly Property VisibleCount As Integer
Get
public:
virtual property int VisibleCount {
int get () override;
}
abstract VisibleCount : int with get
override VisibleCount : int with get
Property Value
Type:
Int32
See Also