[]
Represents information about a file for a particular platform.
public class FileSpecification.FileInfo
Public Class FileSpecification.FileInfo
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. |
Name | Description |
---|---|
GetStream() | Gets a Stream containing the content of this FileSpecification.FileInfo, or null if the file specification is empty. Important: this Stream must be disposed after use. |