Aspose::Page::EPS::PsDocument::PsDocument constructor

PsDocument::PsDocument() constructor

Initierar ett tomt PsDocument. Denna konstruktor används endast för ytterligare operationer som inte är relaterade till PostScript-filer, till exempel konvertering av teckensnitt.

Aspose::Page::EPS::PsDocument::PsDocument()

Se även

PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>) constructor

Initierar PsDocument med en ström av PS/EPS-fil.

Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> inPsStream)
ParameterTypeBeskrivning
inPsStreamSystem::SharedPtr<System::IO::Stream>Indataström för PS/EPS-fil.

Se även

PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) constructor

Initierar ett tomt PsDocument med en initierad sida.

Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeBeskrivning
outPsStreamSystem::SharedPtr<System::IO::Stream>Ström där PS/EPS-filen ska sparas.
alternativSystem::SharedPtr<Device::PsSaveOptions>En uppsättning parametrar som styr sparandet av PostScript-filen.

Se även

PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>, bool) constructor

Initierar ett tomt PsDocument.

Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options, bool multipaged)
ParameterTypeBeskrivning
outPsStreamSystem::SharedPtr<System::IO::Stream>Ström där PS/EPS-filen ska sparas.
alternativSystem::SharedPtr<Device::PsSaveOptions>En uppsättning parametrar som styr sparandet av PostScript-filen.
flersidigboolOm falskt kommer sidan inte att initieras. I detta fall bör sidinitiering utföras via ett explicit "openPage(width, height)"-anrop.

Se även

PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>, int32_t) constructor

Initierar ett tomt PsDocument när antalet Postscript dokumentsidor är känt i förväg.

Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options, int32_t numberOfPages)
ParameterTypeBeskrivning
outPsStreamSystem::SharedPtr<System::IO::Stream>Ström där PS/EPS-filen ska sparas.
alternativSystem::SharedPtr<Device::PsSaveOptions>En uppsättning parametrar som styr sparandet av PostScript-filen.
numberOfPagesint32_tAntalet sidor i PostScript-dokumentet.

Se även

PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>) constructor

Initierar ett tomt PsDocument med en initierad sida.

Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeBeskrivning
outPsFilePathSystem::StringSökvägen för utdata PS/EPS-filen.
alternativSystem::SharedPtr<Device::PsSaveOptions>En uppsättning parametrar som styr sparandet av PostScript-filen.

Se även

PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>, bool) constructor

Initierar ett tomt PsDocument.

Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options, bool multipaged)
ParameterTypeBeskrivning
outPsFilePathSystem::StringSökvägen för utdata PS/EPS-filen.
alternativSystem::SharedPtr<Device::PsSaveOptions>En uppsättning parametrar som styr sparandet av PostScript-filen.
flersidigboolOm falskt kommer sidan inte att initieras. I detta fall bör sidinitiering utföras via ett explicit "openPage(width, height)"-anrop.

Se även

PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>, int32_t) constructor

Initierar ett tomt PsDocument när antalet Postscript dokumentsidor är känt i förväg.

Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options, int32_t numberOfPages)
ParameterTypeBeskrivning
outPsFilePathSystem::StringSökvägen för utdata PS/EPS-filen.
alternativSystem::SharedPtr<Device::PsSaveOptions>En uppsättning parametrar som styr sparandet av PostScript-filen.
numberOfPagesint32_tAntalet sidor i PostScript-dokumentet.

Se även

PsDocument::PsDocument(System::String) constructor

Initierar PsDocument med en inmatningsfil för PS/EPS.

Aspose::Page::EPS::PsDocument::PsDocument(System::String psFilePath)
ParameterTypeBeskrivning
psFilePathSystem::StringSökväg till PS/EPS-fil.

Se även