[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileSpecification.FileInfo

FileSpecification.FileInfo Class

Represents information about a file for a particular platform.

Inheritance
FileSpecification.FileInfo
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class FileSpecification.FileInfo
Public Class FileSpecification.FileInfo

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.

Methods

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.