Click or drag to resize

FileSpec Methods

The FileSpec type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodStatic memberCreate(SDFDoc, String)
Creates a file specification for the given file. By default, the specified file is embedded in PDF.
Public methodStatic memberCreate(SDFDoc, String, Boolean)
Creates the.
Public methodStatic memberCreateURL
Creates a URL file specification.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExport
The function saves the data referenced by this FileSpec to an external file.
Public methodExport(String)
Export.
Public methodGetFileData
The function returns data referenced by this FileSpec.
Public methodGetFilePath
Gets the file path.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSDFObj
Gets the SDFObj.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid
Checks if is valid.
Public methodSet
Sets value to the give FileSpec object
Public methodSetDesc
The functions sets the descriptive text associated with the file specification. This text is typically used in the EmbeddedFiles name tree.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also