Package | coldfusion.service |
Class | public class PdfParam |
Inheritance | PdfParam Object |
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
CFIDE.services.pdfparam
.
The ColdFusion pdf service requires input for some of the services
in CFIDE.services.pdfparam
.
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
pages : String
Page or pages of the PDF source file to merge. | PdfParam | ||
password : String
User or owner password, if the source PDF file is password-protected. | PdfParam | ||
source : String
Source PDF file to merge. | PdfParam |
Public Methods
Method | Defined By | ||
---|---|---|---|
PdfParam()
Creates an instance of the PdfParam class. | PdfParam | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
pages | property |
public var pages:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Page or pages of the PDF source file to merge. You can specify a range of pages; for example, “1–10 “. Or a comma-separated list of pages; for example, “1-4,5–8,12”.
password | property |
public var password:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
User or owner password, if the source PDF file is password-protected.
source | property |
public var source:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Source PDF file to merge.
You can specify a PDF variable, a cfdocument
variable,
or the pathname to a file.
Constructor Detail
PdfParam | () | Constructor |
public function PdfParam()
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Creates an instance of the PdfParam
class.
Thu Dec 6 2018, 01:12 PM -08:00