Paquete | coldfusion.service |
Clase | public class PdfInfo |
Herencia | PdfInfo Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
CFIDE.services.pdfinfo
.
The ColdFusion pdf service returns getinfo as an instance of CFIDE.services.pdfinfo
.
Propiedad | Definido por | ||
---|---|---|---|
application : String
Application used to create the PDF document. | PdfInfo | ||
author : String
Author of the PDF document. | PdfInfo | ||
centerWindowOnScreen : String
Display setting for initial view of the PDF document. | PdfInfo | ||
changingDocument : String
Permissions assigned for editing the PDF content. | PdfInfo | ||
commenting : String
Permissions assigned for adding comments to the PDF document. | PdfInfo | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
contentExtraction : String
Permissions assigned for extracting content from the PDF document. | PdfInfo | ||
copyContent : String
Permissions assigned for copying content from the PDF document. | PdfInfo | ||
created : String
System-generated creation date of the PDF document. | PdfInfo | ||
documentAssembly : String
Permissions assigned for merging the PDF document with other PDF documents. | PdfInfo | ||
encryption : String
Specifies whether the PDF file is password-protected. | PdfInfo | ||
filePath : String
Absolute pathname for the PDF file. | PdfInfo | ||
fillingForm : String
Permissions assigned for entering data in form fields. | PdfInfo | ||
fitToWindow : String
Display setting for initial view of the PDF document. | PdfInfo | ||
hideMenubar : String
Display setting for initial view of the PDF document. | PdfInfo | ||
hideToolbar : String
Display setting for initial view of the PDF document. | PdfInfo | ||
hideWindowUI : String
Display setting for initial view of the PDF document. | PdfInfo | ||
keywords : String
Keywords specified for searches in the PDF document. | PdfInfo | ||
language : String
Language version used to create the source file for the PDF document. | PdfInfo | ||
modified : String
System-generated timestamp for when the PDF file was last modified. | PdfInfo | ||
pageLayout : String
Display setting for the initial view of the PDF document. | PdfInfo | ||
pageSizes : Array | PdfInfo | ||
printing : String
Permissions assigned for printing the document. | PdfInfo | ||
producer : String
Application that created the PDF. | PdfInfo | ||
properties : String
Version of Acrobat Distiller used to generate the PDF document. | PdfInfo | ||
secure : String
Display setting that shows whether the PDF document is password protected. | PdfInfo | ||
showDocumentsOption : String
Display setting for initial view of the PDF document. | PdfInfo | ||
showWindowsOption : String
Display setting for initial view of the PDF document. | PdfInfo | ||
signing : String
Permissions for allowing electronic signatures to the PDF document. | PdfInfo | ||
subject : String
The subject assigned to the PDF document. | PdfInfo | ||
title : String
Title of the PDF. | PdfInfo | ||
totalPages : String
The title assigned to the PDF document. | PdfInfo | ||
trapped : String
Indicates whether trapping is applied to the PDF document. | PdfInfo | ||
version : String
Version of the Adobe PDF generator used to create the PDF document. | PdfInfo |
Método | Definido por | ||
---|---|---|---|
PdfInfo()
Creates an instance of the PdfInfo class. | PdfInfo | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
application | propiedad |
public var application:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Application used to create the PDF document. This value is read-only.
author | propiedad |
public var author:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Author of the PDF document.
You can specify a text string with the setInfo
action.
centerWindowOnScreen | propiedad |
public var centerWindowOnScreen:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
changingDocument | propiedad |
public var changingDocument:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Permissions assigned for editing the PDF content.
commenting | propiedad |
public var commenting:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Permissions assigned for adding comments to the PDF document.
contentExtraction | propiedad |
public var contentExtraction:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Permissions assigned for extracting content from the PDF document.
copyContent | propiedad |
public var copyContent:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Permissions assigned for copying content from the PDF document.
created | propiedad |
public var created:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
System-generated creation date of the PDF document.
You can specify a text string with the setInfo
action.
documentAssembly | propiedad |
public var documentAssembly:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Permissions assigned for merging the PDF document with other PDF documents.
encryption | propiedad |
public var encryption:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Specifies whether the PDF file is password-protected.
filePath | propiedad |
public var filePath:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Absolute pathname for the PDF file. This value is read-only.
fillingForm | propiedad |
public var fillingForm:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Permissions assigned for entering data in form fields.
fitToWindow | propiedad |
public var fitToWindow:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideMenubar | propiedad |
public var hideMenubar:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideToolbar | propiedad |
public var hideToolbar:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideWindowUI | propiedad |
public var hideWindowUI:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
keywords | propiedad |
public var keywords:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Keywords specified for searches in the PDF document.
language | propiedad |
public var language:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Language version used to create the source file for the PDF document. For example, EN-US. This value is read-only.
modified | propiedad |
public var modified:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
System-generated timestamp for when the PDF file was last modified.
You can specify a text string with the setInfo
action.
pageLayout | propiedad |
public var pageLayout:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting for the initial view of the PDF document.
pageSizes | propiedad |
public var pageSizes:Array
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
printing | propiedad |
public var printing:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Permissions assigned for printing the document.
producer | propiedad |
public var producer:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Application that created the PDF.
properties | propiedad |
public var properties:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Version of Acrobat Distiller used to generate the PDF document. This value is read-only.
secure | propiedad |
public var secure:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting that shows whether the PDF document is password protected.
showDocumentsOption | propiedad |
public var showDocumentsOption:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
showWindowsOption | propiedad |
public var showWindowsOption:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
signing | propiedad |
public var signing:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Permissions for allowing electronic signatures to the PDF document.
subject | propiedad |
public var subject:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
The subject assigned to the PDF document.
You can specify a text string with the setInfo
action.
title | propiedad |
public var title:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Title of the PDF.
totalPages | propiedad |
public var totalPages:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
The title assigned to the PDF document.
You can specify a text string with the setInfo
action.
trapped | propiedad |
public var trapped:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Indicates whether trapping is applied to the PDF document.
Trapping is used in printing to eliminate gaps between two adjoining ink colors.
You can specify a text string with the setInfo
action.
version | propiedad |
public var version:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Version of the Adobe PDF generator used to create the PDF document.
PdfInfo | () | Información sobre |
public function PdfInfo()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Creates an instance of the PdfInfo
class.
Tue Jun 12 2018, 02:12 PM Z