Click or drag to resize

PdfOpenFileAction Class

A PdfOpenFileAction launches an application or opens or prints a document.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.ActionsPdfAction
      SautinSoft.Pdf.ActionsPdfOpenFileAction

Namespace: SautinSoft.Pdf.Actions
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfOpenFileAction : PdfAction

The PdfOpenFileAction type exposes the following members.

Properties
 NameDescription
Public propertyActionType Gets the OpenFile value.
(Overrides PdfActionActionType)
Public propertyFilePath The application that shall be launched or the document that shall be opened or printed.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also