class HexaPDF:: Type:: Actions:: Launch
| Parent | HexaPDF::Type::Action |
|---|
A Launch action dictionary launches an application, opens a document or prints a document.
See: PDF2.0 s12.6.4.6
Field Definitions
| Name | Type/Allowed Values | Required | Default Value |
|---|---|---|---|
| Type | Symbol | false | :Action |
| S | Symbol | true | nil |
| Next | HexaPDF::Dictionary or HexaPDF::PDFArray or Hash or Array | false | nil |
| S | Symbol | true | :Launch |
| F | HexaPDF::Type::FileSpecification or Hash or String | false | nil |
| Win | HexaPDF::Type::Actions::Launch::WinParameters or Hash | false | nil |
| Mac | Object | false | nil |
| Unix | Object | false | nil |
| NewWindow | TrueClass or FalseClass | false | nil |