[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileSpecification.RelatedFile

FileSpecification.RelatedFile Class

Represents information about a related file.

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

Constructors

Name Description
RelatedFile(string, EmbeddedFileStream)

Initializes a new instance of the FileSpecification.RelatedFile class.

Properties

Name Description
EmbeddedFileStream

Gets a EmbeddedFileStream holding the file content.

FileInfo

Gets the FileSpecification.FileInfo object owning this object.

FileName

Gets the file name of the related file.

FileSpecification

Gets the FileSpecification object owning this object.

Methods

Name Description
GetStream()

Gets a Stream containing the content of this FileSpecification.RelatedFile, or null if the file specification is empty.

Important: this Stream must be disposed after use.