Represents the PDF bookmarks component.
Namespace: Gnostice.PDFOne.Windows.PDFBookmarks
Assembly: Gnostice.PDFOne.Windows.PDFBookmarks (in Gnostice.PDFOne.Windows.PDFBookmarks.dll) Version: 23.1.26.1881 (23.1.26.1881)
Syntax
Visual Basic
|
<ToolboxBitmapAttribute(GetType(PDFBookmarks), "PDFBookmarks.bmp")> _
Public NotInheritable Class PDFBookmarks _
Inherits TreeView
|
C#
|
[ToolboxBitmapAttribute(typeof(PDFBookmarks), "PDFBookmarks.bmp")]
public sealed class PDFBookmarks : TreeView
|
Visual C++
|
[ToolboxBitmapAttribute(typeof(PDFBookmarks), L"PDFBookmarks.bmp")]
public ref class PDFBookmarks sealed : public TreeView
|
JavaScript
|
Gnostice.PDFOne.Windows.PDFBookmarks.PDFBookmarks = function();
Type.createClass(
'Gnostice.PDFOne.Windows.PDFBookmarks.PDFBookmarks',
TreeView);
|
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.TreeView
Gnostice.PDFOne.Windows.PDFBookmarks.PDFBookmarks
See Also
PDFBookmarks Members
Gnostice.PDFOne.Windows.PDFBookmarks Namespace
|