Package | flash.html |
Class | public final class HTMLPDFCapability |
Inheritance | HTMLPDFCapability Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
pdfCapability
property of
an HTMLLoader object.
It also defines the values of the errorID
property of an ErrorEvent object dispatched
when an attempt to load PDF content is unsuccessful.
More examples
Related API Elements
Constant | Defined By | ||
---|---|---|---|
ERROR_CANNOT_LOAD_READER : int = 3204 [static]
An error was returned by the OS when trying to load the Adobe Reader or Acrobat
application or one of its necessary libraries. | HTMLPDFCapability | ||
ERROR_INSTALLED_READER_NOT_FOUND : int = 3201 [static]
No version of Adobe Reader is detected. | HTMLPDFCapability | ||
ERROR_INSTALLED_READER_TOO_OLD : int = 3202 [static]
Adobe Reader is detected, but the version is too old. | HTMLPDFCapability | ||
ERROR_PREFERRED_READER_TOO_OLD : int = 3203 [static]
A sufficient version (8.1 or later) of Adobe Reader or Acrobat is detected, but the the version
of Adobe Reader that is set up to handle PDF content is older than Adobe Reader or Acrobat 8.1. | HTMLPDFCapability |
ERROR_CANNOT_LOAD_READER | Constant |
public static const ERROR_CANNOT_LOAD_READER:int = 3204
Runtime Versions: | AIR 1.0 |
An error was returned by the OS when trying to load the Adobe Reader or Acrobat application or one of its necessary libraries.
Note: This is not returned from HTMLLoader.pdfCapability
, but it is
sent as the errorID
property of an ErrorEvent object dispatched when
an HTMLLoader object attempts to load PDF content and the operating system returns an error.
HTMLLoader.pdfCapability
may return PDFCapability.STATUS_OK
,
because it examines only the configuration and does not
attempt to load any libraries.
ERROR_INSTALLED_READER_NOT_FOUND | Constant |
public static const ERROR_INSTALLED_READER_NOT_FOUND:int = 3201
Runtime Versions: | AIR 1.0 |
No version of Adobe Reader is detected. An HTMLLoader object cannot display PDF content.
ERROR_INSTALLED_READER_TOO_OLD | Constant |
public static const ERROR_INSTALLED_READER_TOO_OLD:int = 3202
Runtime Versions: | AIR 1.0 |
Adobe Reader is detected, but the version is too old. An HTMLLoader object cannot display PDF content.
ERROR_PREFERRED_READER_TOO_OLD | Constant |
public static const ERROR_PREFERRED_READER_TOO_OLD:int = 3203
Runtime Versions: | AIR 1.0 |
A sufficient version (8.1 or later) of Adobe Reader or Acrobat is detected, but the the version of Adobe Reader that is set up to handle PDF content is older than Adobe Reader or Acrobat 8.1. An HTMLLoader object cannot display PDF content.
Thu Dec 6 2018, 01:12 PM -08:00