Aspose::Pdf::PdfPageStamp::PdfPageStamp constructor
Innehåll
[
Dölj
]PdfPageStamp::PdfPageStamp(const System::SharedPtr<Page>&) constructor
Konstruktor för PdfPageStamp.
Aspose::Pdf::PdfPageStamp::PdfPageStamp(const System::SharedPtr<Page> &pdfPage)
| Parameter | Typ | Beskrivning |
|---|---|---|
| pdfPage | const System::SharedPtr<Page>& | Page som används för stämpling. |
Se även
- Typedef SharedPtr
- Class Page
- Class PdfPageStamp
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Ström som innehåller PDF |
| pageIndex | int32_t | Sidindex. |
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfPageStamp
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fileName | const System::String& | Namn och sida i PDF-fil. |
| pageIndex | int32_t | Sidindex. |
Se även
- Class String
- Class PdfPageStamp
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++