PdfOutline Class

The PDF outline class

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfOutline
Inheritance
Object    PdfOutline

Properties

ChildOutlines The child outlines of this outline in the hierarchy of outlines of the PDF document
Destination The outline destination
ParentOutline The parent outline of this outline in the hierarchy of outlines of the PDF document
Title The outline title
TitleColor The outline title color
TitleStyle The outline title style

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also