Paket | coldfusion.service |
Klasse | public class PdfInfo |
Vererbung | PdfInfo Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
CFIDE.services.pdfinfo
.
The ColdFusion pdf service returns getinfo as an instance of CFIDE.services.pdfinfo
.
Eigenschaft | Definiert von | ||
---|---|---|---|
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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Methode | Definiert von | ||
---|---|---|---|
PdfInfo()
Creates an instance of the PdfInfo class. | PdfInfo | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
application | Eigenschaft |
public var application:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Application used to create the PDF document. This value is read-only.
author | Eigenschaft |
public var author:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Author of the PDF document.
You can specify a text string with the setInfo
action.
centerWindowOnScreen | Eigenschaft |
public var centerWindowOnScreen:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
changingDocument | Eigenschaft |
public var changingDocument:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Permissions assigned for editing the PDF content.
commenting | Eigenschaft |
public var commenting:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Permissions assigned for adding comments to the PDF document.
contentExtraction | Eigenschaft |
public var contentExtraction:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Permissions assigned for extracting content from the PDF document.
copyContent | Eigenschaft |
public var copyContent:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Permissions assigned for copying content from the PDF document.
created | Eigenschaft |
public var created:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var documentAssembly:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Permissions assigned for merging the PDF document with other PDF documents.
encryption | Eigenschaft |
public var encryption:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Specifies whether the PDF file is password-protected.
filePath | Eigenschaft |
public var filePath:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Absolute pathname for the PDF file. This value is read-only.
fillingForm | Eigenschaft |
public var fillingForm:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Permissions assigned for entering data in form fields.
fitToWindow | Eigenschaft |
public var fitToWindow:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideMenubar | Eigenschaft |
public var hideMenubar:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideToolbar | Eigenschaft |
public var hideToolbar:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideWindowUI | Eigenschaft |
public var hideWindowUI:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
keywords | Eigenschaft |
public var keywords:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Keywords specified for searches in the PDF document.
language | Eigenschaft |
public var language:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var modified:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var pageLayout:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting for the initial view of the PDF document.
pageSizes | Eigenschaft |
public var pageSizes:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
printing | Eigenschaft |
public var printing:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Permissions assigned for printing the document.
producer | Eigenschaft |
public var producer:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Application that created the PDF.
properties | Eigenschaft |
public var properties:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Version of Acrobat Distiller used to generate the PDF document. This value is read-only.
secure | Eigenschaft |
public var secure:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting that shows whether the PDF document is password protected.
showDocumentsOption | Eigenschaft |
public var showDocumentsOption:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
showWindowsOption | Eigenschaft |
public var showWindowsOption:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
signing | Eigenschaft |
public var signing:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Permissions for allowing electronic signatures to the PDF document.
subject | Eigenschaft |
public var subject:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
The subject assigned to the PDF document.
You can specify a text string with the setInfo
action.
title | Eigenschaft |
public var title:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Title of the PDF.
totalPages | Eigenschaft |
public var totalPages:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
The title assigned to the PDF document.
You can specify a text string with the setInfo
action.
trapped | Eigenschaft |
public var trapped:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var version:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Version of the Adobe PDF generator used to create the PDF document.
PdfInfo | () | Konstruktor |
public function PdfInfo()
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Creates an instance of the PdfInfo
class.
Tue Jun 12 2018, 10:04 AM Z