| Package | coldfusion.service | 
| Classe | public class PdfInfo | 
| Héritage | PdfInfo    Object | 
| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
CFIDE.services.pdfinfo.
     
      The ColdFusion pdf service returns getinfo as an instance of CFIDE.services.pdfinfo. 
     
      | Propriété | Défini par | ||
|---|---|---|---|
| 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 
	 Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet.  | 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éthode | Défini par | ||
|---|---|---|---|
PdfInfo() 
      Creates an instance of the PdfInfo class.  | PdfInfo | ||
![]()  | 
	 Indique si la propriété spécifiée d’un objet est définie.  | Object | |
![]()  | 
	 Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre.  | Object | |
![]()  | 
	 Indique si la propriété spécifiée existe et est énumérable.  | Object | |
![]()  | 
     Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.  | Object | |
![]()  | 
	 Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.  | Object | |
![]()  | 
	 Renvoie la représentation sous forme de chaîne de l’objet spécifié.  | Object | |
![]()  | 
	 Renvoie la valeur primitive de l’objet spécifié.  | Object | |
application | propriété | 
public var application:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Application used to create the PDF document. This value is read-only.
author | propriété | 
public var author:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
      Author of the PDF document. 
      You can specify a text string with the setInfo action.
     
      
centerWindowOnScreen | propriété | 
public var centerWindowOnScreen:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting for initial view of the PDF document.
changingDocument | propriété | 
public var changingDocument:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Permissions assigned for editing the PDF content.
commenting | propriété | 
public var commenting:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Permissions assigned for adding comments to the PDF document.
contentExtraction | propriété | 
public var contentExtraction:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Permissions assigned for extracting content from the PDF document.
copyContent | propriété | 
public var copyContent:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Permissions assigned for copying content from the PDF document.
created | propriété | 
public var created:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | 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 | propriété | 
public var documentAssembly:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Permissions assigned for merging the PDF document with other PDF documents.
encryption | propriété | 
public var encryption:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Specifies whether the PDF file is password-protected.
filePath | propriété | 
public var filePath:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Absolute pathname for the PDF file. This value is read-only.
fillingForm | propriété | 
public var fillingForm:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Permissions assigned for entering data in form fields.
fitToWindow | propriété | 
public var fitToWindow:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting for initial view of the PDF document.
hideMenubar | propriété | 
public var hideMenubar:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting for initial view of the PDF document.
hideToolbar | propriété | 
public var hideToolbar:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting for initial view of the PDF document.
hideWindowUI | propriété | 
public var hideWindowUI:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting for initial view of the PDF document.
keywords | propriété | 
public var keywords:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Keywords specified for searches in the PDF document.
language | propriété | 
public var language:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | 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 | propriété | 
public var modified:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | 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 | propriété | 
public var pageLayout:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting for the initial view of the PDF document.
pageSizes | propriété | 
public var pageSizes:Array| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
printing | propriété | 
public var printing:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Permissions assigned for printing the document.
producer | propriété | 
public var producer:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Application that created the PDF.
properties | propriété | 
public var properties:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Version of Acrobat Distiller used to generate the PDF document. This value is read-only.
secure | propriété | 
public var secure:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting that shows whether the PDF document is password protected.
showDocumentsOption | propriété | 
public var showDocumentsOption:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting for initial view of the PDF document.
showWindowsOption | propriété | 
public var showWindowsOption:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Display setting for initial view of the PDF document.
signing | propriété | 
public var signing:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Permissions for allowing electronic signatures to the PDF document.
subject | propriété | 
public var subject:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
      The subject assigned to the PDF document. 
      You can specify a text string with the setInfo action.
     
      
title | propriété | 
public var title:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Title of the PDF.
totalPages | propriété | 
public var totalPages:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
      The title assigned to the PDF document. 
      You can specify a text string with the setInfo action.
     
      
trapped | propriété | 
public var trapped:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | 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 | propriété | 
public var version:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
Version of the Adobe PDF generator used to create the PDF document.
PdfInfo | () | Constructeur | 
public function PdfInfo()| Version du langage: | ActionScript 3.0 | 
| Version du produit: | ColdFusion 9 | 
| Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 | 
      Creates an instance of the PdfInfo class.
     
      
Tue Jun 12 2018, 09:30 AM Z
 
 Masquer les propriétés publiques héritées
 Afficher les propriétés publiques héritées