FileSpecification.FileInfo Class Members
In This Topic
The following tables list the members exposed by FileSpecification.FileInfo.
Public Properties
| Name | Description |
| EmbeddedFileStream | Gets or sets the EmbeddedFileStream associated with this file specification. |
| FileName | Gets or sets the file specification string of the form described in PDF Specification Section 3.10.1, “File Specification Strings”. |
| Owner | Gets the FileSpecification object owning this object. |
| RelatedFiles | Gets the collection of related files, see PDF Specification for details. |
Top
Public Methods
| Name | Description |
| GetStream | Gets a System.IO.Stream containing the content of this FileSpecification.FileInfo, or null if the file specification is empty.
Important: this System.IO.Stream must be disposed after use. |
Top
See Also