C# Класс PdfSharp.Pdf.PdfOutline

Represents an outline item in the outlines tree. An outline is also knows as a bookmark.
Наследование: PdfSharp.Pdf.PdfDictionary
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
PdfOutline System

Открытые методы

Метод Описание
PdfOutline ( ) : System

Initializes a new instance of the PdfOutline class.

PdfOutline ( PdfSharp.Pdf.PdfDictionary dict ) : System

Initializes a new instance from an existing dictionary. Used for object type transformation.

PdfOutline ( string title, PdfPage destinationPage ) : System

Initializes a new instance of the PdfOutline class.

PdfOutline ( string title, PdfPage destinationPage, bool opened ) : System

Initializes a new instance of the PdfOutline class.

PdfOutline ( string title, PdfPage destinationPage, bool opened, PdfOutlineStyle style ) : System

Initializes a new instance of the PdfOutline class.

PdfOutline ( string title, PdfPage destinationPage, bool opened, PdfOutlineStyle style, PdfSharp.Drawing.XColor textColor ) : System

Initializes a new instance of the PdfOutline class.

Приватные методы

Метод Описание
PdfOutline ( PdfSharp.Pdf.PdfDocument document ) : System

Initializes a new instance of the PdfOutline class.

Описание методов

PdfOutline() публичный Метод

Initializes a new instance of the PdfOutline class.
public PdfOutline ( ) : System
Результат System

PdfOutline() публичный Метод

Initializes a new instance from an existing dictionary. Used for object type transformation.
public PdfOutline ( PdfSharp.Pdf.PdfDictionary dict ) : System
dict PdfSharp.Pdf.PdfDictionary
Результат System

PdfOutline() публичный Метод

Initializes a new instance of the PdfOutline class.
public PdfOutline ( string title, PdfPage destinationPage ) : System
title string The outline text.
destinationPage PdfPage The destination page.
Результат System

PdfOutline() публичный Метод

Initializes a new instance of the PdfOutline class.
public PdfOutline ( string title, PdfPage destinationPage, bool opened ) : System
title string The outline text.
destinationPage PdfPage The destination page.
opened bool Specifies whether the node is displayed expanded (opened) or collapsed.
Результат System

PdfOutline() публичный Метод

Initializes a new instance of the PdfOutline class.
public PdfOutline ( string title, PdfPage destinationPage, bool opened, PdfOutlineStyle style ) : System
title string The outline text.
destinationPage PdfPage The destination page.
opened bool Specifies whether the node is displayed expanded (opened) or collapsed.
style PdfOutlineStyle The font style used to draw the outline text.
Результат System

PdfOutline() публичный Метод

Initializes a new instance of the PdfOutline class.
public PdfOutline ( string title, PdfPage destinationPage, bool opened, PdfOutlineStyle style, PdfSharp.Drawing.XColor textColor ) : System
title string The outline text.
destinationPage PdfPage The destination page.
opened bool Specifies whether the node is displayed expanded (opened) or collapsed.
style PdfOutlineStyle The font style used to draw the outline text.
textColor PdfSharp.Drawing.XColor The color used to draw the outline text.
Результат System