Click or drag to resize

PdfLaunchAction Class

Represents a launch action. A launch action launches an application or opens or prints a document.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfLaunchAction

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

The PdfLaunchAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfLaunchAction(PdfDocument, PdfFileSpecification) Initializes a new instance of the PdfLaunchAction class with the document and the file specification.
Public methodPdfLaunchAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Top
Properties
 NameDescription
Public propertyFileSpecification Gets or sets the application to be launched or the document to be opened or printed. If this property is null and the viewer application does not understand any of the alternative entries, it should do nothing.
Public propertyNewWindow Gets a flag specifying whether to open the destination document in a new window. If this flag is false, the destination document replaces the current document in the same window. If this property is null, the viewer application should behave in accordance with the current user preference. This property is ignored if the file designated by the FileSpecification property is not a PDF document.
Top
See Also