Apitron.PDF.Kit library for .NET
Top
The LaunchAction type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ActionType |
Gets the type of the action.
(Inherited from Action.) |
![]() | ApplicationParameters | |
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() | DefaultDirectory |
Gets or sets the default directory to launch FileName.
|
![]() | FileName |
Gets the file name of the application that shall be launched or the document that shall be opened or printed, in standard Windows pathname format.
|
![]() | NewWindow |
Gets or sets a value indicating whether to open destination in a new window.
If true, the destination document should be opened in a new window;
if false, the destination document should replace the current document in the same window.
If this entry is absent, the conforming reader should act according to its preference.
|
![]() | Next |
The next action or sequence of actions that shall be performed after the action represented by this instance.
(Inherited from Action.) |
![]() | PrintDocument |
Gets or sets a value indicating whether the operation to perform should be print document.
If FileName is path to an application this option will be ignored.
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also