Class DocumentFactory
DocumentFactory class
Класс, который позволяет создавать/загружать документы различных типов.
public class DocumentFactory
Constructors
| Name | Description |
|---|---|
| DocumentFactory() | Конструктор по умолчанию. |
Methods
| Name | Description |
|---|---|
| CreateDocument() | Создать пустой документ. |
| CreateDocument(Stream) | Загрузить документ из потока. |
| CreateDocument(string) | Загрузить документ из файла. |
| CreateDocument(Stream, LoadOptions) | Создать документ. |
| CreateDocument(Stream, string) | Загрузить защищенный паролем документ из потока. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF