Class PdfOutline
This represents a single Outline object in a PDF, including the root Outlines object. Outlines provide the bookmark bar, usually rendered to the right of a PDF document in user agents such as Acrobat Reader
Inherited Members
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfOutline : PdfObject
Constructors
PdfOutline(PdfObjectId, String, PdfObjectReference)
Class constructor.
Declaration
public PdfOutline(PdfObjectId objectId, string title, PdfObjectReference action)
Parameters
PdfObjectId
objectId
The object id number |
System.String
title
The title of the outline entry (can only be null for root Outlines obj) |
PdfObjectReference
action
The page which this outline refers to. |
Methods
AddOutline(PdfOutline)
Add a sub element to this outline
Declaration
public void AddOutline(PdfOutline outline)
Parameters
PdfOutline
outline
|
SetTitle(String)
Declaration
public void SetTitle(string title)
Parameters
System.String
title
|