PdfOpenFileAction Class
A PdfOpenFileAction launches an application or opens or prints a document.
public sealed class PdfOpenFileAction : PdfAction
Public NotInheritable Class PdfOpenFileAction
Inherits PdfAction
- Inheritance:
- System.ObjectPdfOpenFileAction
Properties
ActionType
Gets the OpenFile value.
public override PdfActionType ActionType { get; }
Public Overrides ReadOnly Property ActionType As PdfActionType
Property Value
The OpenFile value.
Overrides
FilePath
The application that shall be launched or the document that shall be opened or printed.
Property Value
- System.String
The application that shall be launched or the document that shall be opened or printed.
Exceptions
- System.ArgumentNullException
Value is null or System.String.Empty.
See Also
Inherited Properties
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |