Click or drag to resize
PdfOutline Constructor
Class constructor.

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public PdfOutline(
	PdfObjectId objectId,
	string title,
	PdfObjectReference action
)

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