PdfDevice.AddOutline
AddOutline(int, string)
Adds an outline item with the last object as its target.
public virtual void AddOutline(int outlineLevel, string description)
| Parameter | Type | Description |
|---|---|---|
| outlineLevel | Int32 | The outline level. |
| description | String | The item description. |
See Also
- class PdfDevice
- namespace Aspose.Page.XPS.Presentation.Pdf
- assembly Aspose.Page
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)
| Parameter | Type | Description |
|---|---|---|
| origin | PointF | The target origin. |
| outlineLevel | Int32 | The outline level. |
| description | String | The item description. |
See Also
- class PdfDevice
- namespace Aspose.Page.XPS.Presentation.Pdf
- assembly Aspose.Page