LaunchActionType

Top  Previous  Next

[This property is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET]

 

This property is set to open or print the file from the launched application.

 

Value

Description

atOpen

To open the file.

atPrint

To print the file.

 

 

Syntax

 

[VC++]

long GetLaunchActionType();

void SetLaunchActionType(long nNewValue);

 

[CS]

public abstract new TxgtLaunchActionType LaunchActionType [  get,  set ]

 

[VB]

Property LaunchActionType As TxgtLaunchActionType