Outline Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a PDF outline item (bookmark).
Inheritance Hierarchy
Bytescout.PDFOutline
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Outline type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Outline(String) | Initializes a new instance of the Bytescout.PDF.Outline. | |
Outline(String, Action) | Initializes a new instance of the Bytescout.PDF.Outline. | |
Outline(String, Destination) | Initializes a new instance of the Bytescout.PDF.Outline. |
Properties
Name | Description | |
---|---|---|
Action | Gets or sets the action for this outline. Remarks | |
Bold | Gets or sets a value indicating whether the title is bold. | |
Color | Gets or sets the outline color. | |
Destination | Gets or sets the outline destination. Remarks | |
HideChildren | Gets or sets a value indicating whether this Bytescout.PDF.Outline is open. | |
Italic | Gets or sets a value indicating whether the title is italic. | |
Kids | Gets the collection of the children. | |
Title | Gets or sets the outline title. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a System.String that represents this instance. (Overrides ObjectToString.) |
See Also