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

In This Topic
    FileSpecification.FileInfo Class Members
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets the EmbeddedFileStream associated with this file specification.  
    Public PropertyGets or sets the file specification string of the form described in PDF Specification Section 3.10.1, “File Specification Strings”.  
    Public PropertyGets the FileSpecification object owning this object.  
    Public PropertyGets the collection of related files, see PDF Specification for details.  
    Top
    Public Methods
     NameDescription
    Public MethodGets 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