Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification.RelatedFile Class
Properties Methods

In This Topic
    FileSpecification.RelatedFile Class Members
    In This Topic

    The following tables list the members exposed by FileSpecification.RelatedFile.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FileSpecification.RelatedFile class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a EmbeddedFileStream holding the file content.  
    Public PropertyGets the FileSpecification.FileInfo object owning this object.  
    Public PropertyGets the file name of the related file.  
    Public PropertyGets the FileSpecification object owning this object.  
    Top
    Public Methods
     NameDescription
    Public MethodGets a System.IO.Stream containing the content of this FileSpecification.RelatedFile, or null if the file specification is empty.

    Important: this System.IO.Stream must be disposed after use.

     
    Top
    See Also