ThreadAction Constructor (FileSpecification, String, Int32)

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

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

public ThreadAction(
	FileSpecification targetFile,
	string threadName,
	int beadIndex
)

Parameters

targetFile
Type: Apitron.PDF.Kit.FixedLayoutFileSpecification
The target file.
threadName
Type: SystemString
Name of the thread.
beadIndex
Type: SystemInt32
Index of the bead.
See Also

Reference