PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Tree of outlines for current PDF document.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public PDFOutlines Outlines { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Outlines As PDFOutlines |
| Visual C++ |
|---|
public: property PDFOutlines^ Outlines { PDFOutlines^ get (); } |