Pakket | coldfusion.service |
Klasse | public class PdfInfo |
Overerving | PdfInfo Object |
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
CFIDE.services.pdfinfo
.
The ColdFusion pdf service returns getinfo as an instance of CFIDE.services.pdfinfo
.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 | Gedefinieerd door | ||
---|---|---|---|
PdfInfo()
Creates an instance of the PdfInfo class. | PdfInfo | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
application | eigenschap |
public var application:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Application used to create the PDF document. This value is read-only.
author | eigenschap |
public var author:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Author of the PDF document.
You can specify a text string with the setInfo
action.
centerWindowOnScreen | eigenschap |
public var centerWindowOnScreen:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
changingDocument | eigenschap |
public var changingDocument:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Permissions assigned for editing the PDF content.
commenting | eigenschap |
public var commenting:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Permissions assigned for adding comments to the PDF document.
contentExtraction | eigenschap |
public var contentExtraction:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Permissions assigned for extracting content from the PDF document.
copyContent | eigenschap |
public var copyContent:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Permissions assigned for copying content from the PDF document.
created | eigenschap |
public var created:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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 | eigenschap |
public var documentAssembly:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Permissions assigned for merging the PDF document with other PDF documents.
encryption | eigenschap |
public var encryption:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Specifies whether the PDF file is password-protected.
filePath | eigenschap |
public var filePath:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Absolute pathname for the PDF file. This value is read-only.
fillingForm | eigenschap |
public var fillingForm:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Permissions assigned for entering data in form fields.
fitToWindow | eigenschap |
public var fitToWindow:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideMenubar | eigenschap |
public var hideMenubar:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideToolbar | eigenschap |
public var hideToolbar:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideWindowUI | eigenschap |
public var hideWindowUI:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
keywords | eigenschap |
public var keywords:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Keywords specified for searches in the PDF document.
language | eigenschap |
public var language:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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 | eigenschap |
public var modified:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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 | eigenschap |
public var pageLayout:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting for the initial view of the PDF document.
pageSizes | eigenschap |
public var pageSizes:Array
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
printing | eigenschap |
public var printing:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Permissions assigned for printing the document.
producer | eigenschap |
public var producer:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Application that created the PDF.
properties | eigenschap |
public var properties:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Version of Acrobat Distiller used to generate the PDF document. This value is read-only.
secure | eigenschap |
public var secure:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting that shows whether the PDF document is password protected.
showDocumentsOption | eigenschap |
public var showDocumentsOption:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
showWindowsOption | eigenschap |
public var showWindowsOption:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
signing | eigenschap |
public var signing:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Permissions for allowing electronic signatures to the PDF document.
subject | eigenschap |
public var subject:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
The subject assigned to the PDF document.
You can specify a text string with the setInfo
action.
title | eigenschap |
public var title:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Title of the PDF.
totalPages | eigenschap |
public var totalPages:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
The title assigned to the PDF document.
You can specify a text string with the setInfo
action.
trapped | eigenschap |
public var trapped:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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 | eigenschap |
public var version:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Version of the Adobe PDF generator used to create the PDF document.
PdfInfo | () | Constructor |
public function PdfInfo()
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Creates an instance of the PdfInfo
class.
Wed Jun 13 2018, 11:42 AM Z