Click or drag to resize

PdfThreadAction Class

Represents a thread action. A thread action jumps to a specified bead on an article thread, in either the current document or a different one.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfThreadAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfThreadAction : PdfAction

The PdfThreadAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfThreadAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfThreadAction(PdfDocument, Int32, PdfFileSpecification) Initializes a new instance of the PdfThreadAction class with the document, index of the thread and the file specification.
Public methodPdfThreadAction(PdfDocument, String, PdfFileSpecification) Initializes a new instance of the PdfThreadAction class with the document, title of the thread and the file specification.
Top
Properties
 NameDescription
Public propertyFileSpecification Gets or sets the file containing the thread. If this property is null, the thread is in the current file.
Top
See Also