Aspose::Pdf::PdfPageStamp::PdfPageStamp constructor

PdfPageStamp::PdfPageStamp(const System::SharedPtr<Page>&) constructor

Konstruktor för PdfPageStamp.

Aspose::Pdf::PdfPageStamp::PdfPageStamp(const System::SharedPtr<Page> &pdfPage)
ParameterTypBeskrivning
pdfPageconst System::SharedPtr<Page>&Page som används för stämpling.

Se även

PdfPageStamp::PdfPageStamp(const System::SharedPtr<System::IO::Stream>&, int32_t) constructor

Skapar Pdf sidstämpel från angiven sida i dokumentet från strömmen.

Aspose::Pdf::PdfPageStamp::PdfPageStamp(const System::SharedPtr<System::IO::Stream> &stream, int32_t pageIndex)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&Ström som innehåller PDF
pageIndexint32_tSidindex.

Se även

PdfPageStamp::PdfPageStamp(const System::String&, int32_t) constructor

Skapar Pdf sidstämpel från angiven sida i dokumentet i en specificerad fil.

Aspose::Pdf::PdfPageStamp::PdfPageStamp(const System::String &fileName, int32_t pageIndex)
ParameterTypBeskrivning
fileNameconst System::String&Namn och sida i PDF-fil.
pageIndexint32_tSidindex.

Se även