Aspose::Pdf::DocumentFactory klass
DocumentFactory class
Klass som tillåter att skapa/ladda dokument av olika typer.
class DocumentFactory : public Aspose::Pdf::LicenseManagement::IVentureLicenseTarget
Metoder
| Metod | Beskrivning |
|---|---|
| CreateDocument(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<LoadOptions>&) | Skapa dokument. |
| CreateDocument() | Skapa tomt dokument. |
| CreateDocument(const System::SharedPtr<System::IO::Stream>&) | Läs in dokument från en ström. |
| CreateDocument(const System::SharedPtr<System::IO::Stream>&, const System::String&) | Läs in lösenordsskyddat dokument från en ström. |
| CreateDocument(const System::String&) | Läs in dokument från en fil. |
| DocumentFactory() |
Se även
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++