Foxit PDF SDK
9.1
|
PDF/X-1a.
More...
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithDoc:screen_annot:rendition:URL:audio_format:player_settings: |
Constructor, with parameters. More... | |
(id) | - initWithPlayer_args: |
Constructor, with another player args object. More... | |
(void) | - set:screen_annot:rendition:URL:audio_format:player_settings: |
Set values. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
NSString * | audio_format |
The audio format, such as "audio/wav". More... | |
FSPDFDoc * | doc |
The FSPDFDoc object of the document. More... | |
FSMediaSettings * | player_settings |
A FSMediaSettings object. More... | |
FSRendition * | rendition |
A FSRendition object (either a MediaRendition or a RenditionList). More... | |
FSScreen * | screen_annot |
A FSScreen object. More... | |
NSString * | uRL |
Either URL or rendition is required, with URL taking precedence. More... | |
PDF/X-1a.
PDF/X-3.
PDF/X-4.
PDF/X-4p.
PDF/X-1a (Coated GRACoL 2006).
PDF/X-1a (ISO Coated v2 (ECI)).
PDF/X-1a (Japan Color 2001 Coated).
PDF/X-1a (PSO Coated v3 (ECI)).
PDF/X-3 (Coated GRACoL 2006).
PDF/X-3 (ISO Coated v2 (ECI)).
PDF/X-3 (Japan Color 2001 Coated).
PDFX-3 (PSO Coated v3 (ECI)).
PDF/X-4 (Coated GRACoL 2006).
PDF/X-4 (ISO Coated v2 (ECI)).
PDF/X-4 (Japan Color 2001 Coated).
PDF/X-4 (PSO Coated v3 (ECI)).
PDF/X-4 and create language layer views (ISO Coated v2 (ECI))).
This class represents player args.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithDoc: | (FSPDFDoc*) | doc | |
screen_annot: | (FSScreen*) | screen_annot | |
rendition: | (FSRendition*) | rendition | |
URL: | (NSString *) | URL | |
audio_format: | (NSString *) | audio_format | |
player_settings: | (FSMediaSettings*) | player_settings | |
Constructor, with parameters.
[in] | doc | The FSPDFDoc object of the document. Required if both annot and rendition are omitted, for example, for URL playback. |
[in] | screen_annot | A FSScreen 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 FSMediaSettings object. |
- (id) initWithPlayer_args: | (FSPlayerArgs*) | player_args |
Constructor, with another player args object.
[in] | player_args | Another player args object. |
- (void) set: | (FSPDFDoc*) | doc | |
screen_annot: | (FSScreen*) | screen_annot | |
rendition: | (FSRendition*) | rendition | |
URL: | (NSString *) | URL | |
audio_format: | (NSString *) | audio_format | |
player_settings: | (FSMediaSettings*) | player_settings | |
Set values.
[in] | doc | The FSPDFDoc object of the document. Required if both annot and rendition are omitted, for example, for URL playback. |
[in] | screen_annot | A FSScreen object. Required for docked playback unless it is found in the event object or MediaSettings. |
[in] | rendition | A FSRendition 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 FSMediaSettings object. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
The audio format, such as "audio/wav".
|
readwritenonatomiccopy |
The FSPDFDoc object of the document.
Required if both annot and rendition are omitted, for example, for URL playback.
|
readwritenonatomiccopy |
A FSMediaSettings object.
|
readwritenonatomiccopy |
A FSRendition object (either a MediaRendition or a RenditionList).
Required unless rendition is found in the event object or URL is present.
|
readwritenonatomiccopy |
A FSScreen object.
Required for docked playback unless it is found in the "event" or "MediaSettings" of javascript.
|
readwritenonatomiccopy |
Either URL or rendition is required, with URL taking precedence.