Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
PlayerArgs () | |
Constructor. | |
PlayerArgs (PDFDoc doc, Screen screen_annot, Rendition rendition, string URL, string audio_format, MediaSettings player_settings) | |
Constructor, with parameters. More... | |
PlayerArgs (PlayerArgs player_args) | |
Constructor, with another player args object. More... | |
void | Set (PDFDoc doc, Screen screen_annot, Rendition rendition, string URL, string audio_format, MediaSettings player_settings) |
Set values. More... | |
Properties | |
string | audio_format [get, set] |
The audio format, such as "audio/wav". | |
PDFDoc? | doc [get, set] |
The PDFDoc object of the document. More... | |
MediaSettings? | player_settings [get, set] |
A MediaSettings object. | |
Rendition? | rendition [get, set] |
A foxit.pdf.Rendition object (either a MediaRendition or a RenditionList). More... | |
Screen? | screen_annot [get, set] |
A foxit.pdf.annots.Screen object. More... | |
string | URL [get, set] |
Either URL or rendition is required, with URL taking precedence. | |
This class represents player args.
|
inline |
Constructor, with parameters.
[in] | doc | The PDFDoc object of the document. Required if both annot and rendition are omitted, for example, for URL playback. |
[in] | screen_annot | A foxit.pdf.annots.Screen object. Required for docked playback unless it is found in the event object or MediaSettings. |
[in] | rendition | A pdf::Rendition object (either a MediaRendition or a RenditionList). Required unless rendition is found in the event object or URL is present. |
[in] | URL | Either URL or rendition is required, with URL taking precedence. |
[in] | audio_format | The audio format, such as "audio/wav". |
[in] | player_settings | A MediaSettings object. |
|
inline |
Constructor, with another player args object.
[in] | player_args | Another player args object. |
|
inline |
Set values.
[in] | doc | The PDFDoc object of the document. Required if both annot and rendition are omitted, for example, for URL playback. |
[in] | screen_annot | A foxit.pdf.annots.Screen object. Required for docked playback unless it is found in the event object or MediaSettings. |
[in] | rendition | A foxit.pdf.Rendition object (either a MediaRendition or a RenditionList). Required unless rendition is found in the event object or URL is present. |
[in] | URL | Either URL or rendition is required, with URL taking precedence. |
[in] | audio_format | The audio format, such as "audio/wav". |
[in] | player_settings | A MediaSettings object. |
|
getset |
The PDFDoc object of the document.
Required if both annot and rendition are omitted, for example, for URL playback.
|
getset |
A foxit.pdf.Rendition object (either a MediaRendition or a RenditionList).
Required unless rendition is found in the event object or URL is present.
|
getset |
A foxit.pdf.annots.Screen object.
Required for docked playback unless it is found in the "event" or "MediaSettings" of javascript.