|
This class represents the floating window parameters dictionary.
This is definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 284,
page 500.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 295, page 626.
A floating window parameters dictionary specifies the size,
position, and behaviour of a floating media playback window. A
floating window is one that appears independently of the annotation
rectangle and can be moved and resized by the user.
The D entry holds the initial size of the floating window as a
two-element array of width and height in pixels. The RT entry
controls how the window is positioned: centred in a screen area,
near the annotation, or at a position given by the P entry.
The O entry specifies the window offscreen behaviour: whether
the window may be partially or fully offscreen or must be kept
fully visible. The T entry controls whether the window has a title
bar. The UC entry, when true, allows the user to close the floating
window.
The R entry specifies whether the window should be resizable by
the user. The TT entry holds the title bar text as a PDF text
string array with optional language entries.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.FloatingWindowParametersElement
|