Aspose::Pdf::Facades::FormEditor::FormEditor konstruktor

FormEditor::FormEditor() constructor

Konstruktör för FormEditor.

Aspose::Pdf::Facades::FormEditor::FormEditor()

Se även

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)
ParameterTypBeskrivning
documentconst System::SharedPtr<Aspose::Pdf::Document>&Pdf dokument.

Se även

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)
ParameterTypBeskrivning
documentconst System::SharedPtr<Aspose::Pdf::Document>&Pdf dokument.
destStreamconst System::SharedPtr<System::IO::Stream>&Destinationsström.

Deprecated

Använd konstruktör utan destination.

Se även

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)
ParameterTypBeskrivning
documentconst System::SharedPtr<Aspose::Pdf::Document>&Pdf dokument.
destFileNameconst System::String&Sökväg till destinationsfilen.

Deprecated

Använd konstruktör utan destination.

Se även

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)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Källström.
responseconst System::SharedPtr<System::Web::HttpResponse>&HttpResponse-objekt där resultatet kommer att sparas.

Deprecated

Använd konstruktör utan destination.

Se även

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)
ParameterTypBeskrivning
srcStreamconst System::SharedPtr<System::IO::Stream>&Källström.
destStreamconst System::SharedPtr<System::IO::Stream>&Destinationsström.

Deprecated

Använd konstruktör utan destination.

Se även

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)
ParameterTypBeskrivning
inputFileconst System::String&Källfilnamn.
responseconst System::SharedPtr<System::Web::HttpResponse>&HttpResponse-objekt där resultatet sparas.

Deprecated

Använd konstruktör utan destination.

Se även

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)
ParameterTypBeskrivning
srcFileNameconst System::String&Namn på källfilen.
destFileNameconst System::String&Namn på destinationsfilen.

Deprecated

Använd konstruktör utan destination.

Se även