Aspose::Pdf::Facades::FormEditor::FormEditor konstruktor
Innehåll
[
Dölj
]FormEditor::FormEditor() constructor
Konstruktör för FormEditor.
Aspose::Pdf::Facades::FormEditor::FormEditor()
Se även
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::FormEditor(const System::SharedPtr<Aspose::Pdf::Document>&) constructor
Initierar ett nytt FormEditor-objekt baserat på document.
Aspose::Pdf::Facades::FormEditor::FormEditor(const System::SharedPtr<Aspose::Pdf::Document> &document)
| Parameter | Typ | Beskrivning |
|---|---|---|
| document | const System::SharedPtr<Aspose::Pdf::Document>& | Pdf dokument. |
Se även
- Typedef SharedPtr
- Class Document
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::FormEditor(const System::SharedPtr<Aspose::Pdf::Document>&, const System::SharedPtr<System::IO::Stream>&) constructor
Initierar ett nytt FormEditor-objekt baserat på document.
Aspose::Pdf::Facades::FormEditor::FormEditor(const System::SharedPtr<Aspose::Pdf::Document> &document, const System::SharedPtr<System::IO::Stream> &destStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| document | const System::SharedPtr<Aspose::Pdf::Document>& | Pdf dokument. |
| destStream | const System::SharedPtr<System::IO::Stream>& | Destinationsström. |
Deprecated
Använd konstruktör utan destination.
Se även
- Typedef SharedPtr
- Class Document
- Class Stream
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::FormEditor(const System::SharedPtr<Aspose::Pdf::Document>&, const System::String&) constructor
Initierar ett nytt FormEditor-objekt baserat på document.
Aspose::Pdf::Facades::FormEditor::FormEditor(const System::SharedPtr<Aspose::Pdf::Document> &document, const System::String &destFileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| document | const System::SharedPtr<Aspose::Pdf::Document>& | Pdf dokument. |
| destFileName | const System::String& | Sökväg till destinationsfilen. |
Deprecated
Använd konstruktör utan destination.
Se även
- Typedef SharedPtr
- Class Document
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::FormEditor(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Web::HttpResponse>&) constructor
Skapar FormEditor som sparar resultatet i HttpResponse-objektet.
Aspose::Pdf::Facades::FormEditor::FormEditor(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::Web::HttpResponse> &response)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Källström. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | HttpResponse-objekt där resultatet kommer att sparas. |
Deprecated
Använd konstruktör utan destination.
Se även
- Typedef SharedPtr
- Class Stream
- Class HttpResponse
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::FormEditor(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) constructor
Konstruktör för FormEditor.
Aspose::Pdf::Facades::FormEditor::FormEditor(const System::SharedPtr<System::IO::Stream> &srcStream, const System::SharedPtr<System::IO::Stream> &destStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| srcStream | const System::SharedPtr<System::IO::Stream>& | Källström. |
| destStream | const System::SharedPtr<System::IO::Stream>& | Destinationsström. |
Deprecated
Använd konstruktör utan destination.
Se även
- Typedef SharedPtr
- Class Stream
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::FormEditor(const System::String&, const System::SharedPtr<System::Web::HttpResponse>&) constructor
Skapar FormEditor som sparar resultatet i HttpResponse-objektet.
Aspose::Pdf::Facades::FormEditor::FormEditor(const System::String &inputFile, const System::SharedPtr<System::Web::HttpResponse> &response)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFile | const System::String& | Källfilnamn. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | HttpResponse-objekt där resultatet sparas. |
Deprecated
Använd konstruktör utan destination.
Se även
- Class String
- Typedef SharedPtr
- Class HttpResponse
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::FormEditor(const System::String&, const System::String&) constructor
Konstruktör för FormEditor.
Aspose::Pdf::Facades::FormEditor::FormEditor(const System::String &srcFileName, const System::String &destFileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| srcFileName | const System::String& | Namn på källfilen. |
| destFileName | const System::String& | Namn på destinationsfilen. |
Deprecated
Använd konstruktör utan destination.
Se även
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++