DocumentFactory Class
Class which allows to create/load documents of different types.
Inheritance Hierarchy
SystemObject
  Aspose.PdfDocumentFactory

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class DocumentFactory

The DocumentFactory type exposes the following members.

Constructors
  NameDescription
Public methodDocumentFactory
Initializes a new instance of the DocumentFactory class
Methods
  NameDescription
Public methodCreateDocument
Create empty document.
Public methodCreateDocument(Stream)
Load document from a stream.
Public methodCreateDocument(String)
Load document from a file.
Public methodCreateDocument(Stream, LoadOptions)
Create document.
Public methodCreateDocument(Stream, String)
Load password protected document from a stream.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also