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

 

   
   
Method
Description
FloatingWindowParametersElement Create a new FloatingWindowParametersElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the floating window parameters dictionary object.
EntryD Represents the "D" entry of the floating window parameters dictionary object.
EntryRT Represents the "RT" entry of the floating window parameters dictionary object.
EntryP Represents the "P" entry of the floating window parameters dictionary object.
EntryO Represents the "O" entry of the floating window parameters dictionary object.
EntryT Represents the "T" entry of the floating window parameters dictionary object.
EntryUC Represents the "UC" entry of the floating window parameters dictionary object.
EntryR Represents the "R" entry of the floating window parameters dictionary object.
EntryTT Represents the "TT" entry of the floating window parameters dictionary object.
inherited properties...