class HexaPDF:: Type:: Actions:: GoToR
| Parent | HexaPDF::Type::Action |
|---|
A remote Go-To action dictionary jumps to a destination in a different PDF file.
See: PDF2.0 s12.6.4.3
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 | :GoToR |
| F | HexaPDF::Type::FileSpecification or Hash or String | true | nil |
| D | Symbol or HexaPDF::DictionaryFields::PDFByteString or HexaPDF::PDFArray or String or Array | true | nil |
| SD | HexaPDF::PDFArray or Array | false | nil |
| NewWindow | TrueClass or FalseClass | false | nil |