ArticleThread Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the ArticleThread class.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.PageLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public ArticleThread(
	string title,
	string author,
	string subject,
	string keywords,
	DateTime creationDate
)

Parameters

title
Type: SystemString
The title.
author
Type: SystemString
The author.
subject
Type: SystemString
The subject.
keywords
Type: SystemString
The keywords.
creationDate
Type: SystemDateTime
The date of creation.
Examples

ArticleThread thread = new ArticleThread("My First Article", "Apitron", "Subject", "Keywords", DateTime.Now);
See Also

Reference