Outline ClassByteScout PDF SDK
Represents a PDF outline item (bookmark).
Inheritance Hierarchy

SystemObject
  Bytescout.PDFOutline

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public class Outline

The Outline type exposes the following members.

Constructors

  NameDescription
Public methodOutline(String)
Initializes a new instance of the Bytescout.PDF.Outline.
Public methodOutline(String, Action)
Initializes a new instance of the Bytescout.PDF.Outline.
Public methodOutline(String, Destination)
Initializes a new instance of the Bytescout.PDF.Outline.
Top
Properties

  NameDescription
Public propertyAction
Gets or sets the action for this outline.
Remarks

If this value is set, the Destination property will be ignored.
Public propertyBold
Gets or sets a value indicating whether the title is bold.
Public propertyColor
Gets or sets the outline color.
Public propertyDestination
Gets or sets the outline destination.
Remarks

If this value is set, the Action property will be ignored.
Public propertyHideChildren
Gets or sets a value indicating whether this Bytescout.PDF.Outline is open.
Public propertyItalic
Gets or sets a value indicating whether the title is italic.
Public propertyKids
Gets the collection of the children.
Public propertyTitle
Gets or sets the outline title.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a System.String that represents this instance.
(Overrides ObjectToString.)
Top
See Also

Reference