Class constructor.
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic PdfOutline(
PdfObjectId objectId,
string title,
PdfObjectReference action
)
Public Sub New (
objectId As PdfObjectId,
title As String,
action As PdfObjectReference
)
public:
PdfOutline(
PdfObjectId objectId,
String^ title,
PdfObjectReference^ action
)
new :
objectId : PdfObjectId *
title : string *
action : PdfObjectReference -> PdfOutline
Parameters
- objectId
- Type: Kettic.PdfPdfObjectId
The object id number - title
- Type: SystemString
The title of the outline entry (can only be null for root Outlines obj) - action
- Type: Kettic.PdfPdfObjectReference
The page which this outline refers to.
See Also