C# 클래스 PdfSharp.Pdf.PdfOutline

Represents an outline item in the outlines tree. An outline is also knows as a bookmark.
상속: PdfSharp.Pdf.PdfDictionary
파일 보기 프로젝트 열기: GNOME/pdfmod

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