PdfDevice.AddOutline

AddOutline(int, string)

Adds an outline item with the last object as its target.

public virtual void AddOutline(int outlineLevel, string description)
ParameterTypeDescription
outlineLevelInt32The outline level.
descriptionStringThe item description.

See Also


AddOutline(PointF, int, string)

Adds an outline item with the origin point as its target.

public virtual void AddOutline(PointF origin, int outlineLevel, string description)
ParameterTypeDescription
originPointFThe target origin.
outlineLevelInt32The outline level.
descriptionStringThe item description.

See Also