Aspose::Pdf::Facades::PdfFileStamp::AddFooter metod
Innehåll
[
Dölj
]PdfFileStamp::AddFooter(const System::SharedPtr<FormattedText>&, float) method
Lägger till sidfot på dokumentets sidor.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::SharedPtr<FormattedText> &formattedText, float bottomMargin)
| Parameter | Typ | Beskrivning |
|---|---|---|
| formattedText | const System::SharedPtr<FormattedText>& | FormattedText objekt som innehåller sidfotens text och textegenskaper. |
| bottomMargin | float | Marginalen högst upp på sidan. |
Se även
- Typedef SharedPtr
- Class FormattedText
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileStamp::AddFooter(const System::SharedPtr<FormattedText>&, float, float, float) method
Lägger till sidfot på dokumentets sidor.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::SharedPtr<FormattedText> &formattedText, float bottomMargin, float leftMargin, float rightMargin)
| Parameter | Typ | Beskrivning |
|---|---|---|
| formattedText | const System::SharedPtr<FormattedText>& | FormattedText objekt som innehåller sidfotstext och textegenskaper. |
| bottomMargin | float | Marginalen längst ner på sidan. |
| leftMargin | float | Marginalen på vänstra sidan av sidan. |
| rightMargin | float | Marginalen på högra sidan av sidan. |
Se även
- Typedef SharedPtr
- Class FormattedText
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileStamp::AddFooter(const System::SharedPtr<System::IO::Stream>&, float) method
Lägger till bild som sidfot på sidan.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::SharedPtr<System::IO::Stream> &imageStream, float bottomMargin)
| Parameter | Typ | Beskrivning |
|---|---|---|
| imageStream | const System::SharedPtr<System::IO::Stream>& | Strömmen innehåller bilddata. |
| bottomMargin | float | Marginalen längst ner på sidan. |
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileStamp::AddFooter(const System::SharedPtr<System::IO::Stream>&, float, float, float) method
Lägger till bild som sidfot på sidan.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::SharedPtr<System::IO::Stream> &imageStream, float bottomMargin, float leftMargin, float rightMargin)
| Parameter | Typ | Beskrivning |
|---|---|---|
| imageStream | const System::SharedPtr<System::IO::Stream>& | Strömmen innehåller bilddata. |
| bottomMargin | float | Marginalen längst ner på sidan. |
| leftMargin | float | Marginalen på vänstra sidan av sidan. |
| rightMargin | float | Marginalen på högra sidan av sidan. |
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileStamp::AddFooter(const System::String&, float) method
Lägger till bild som sidfot på dokumentets sidor.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::String &imageFile, float bottomMargin)
| Parameter | Typ | Beskrivning |
|---|---|---|
| imageFile | const System::String& | Image filnamn och sökväg. |
| bottomMargin | float | Marginalen längst ner på sidan. |
Se även
- Class String
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileStamp::AddFooter(const System::String&, float, float, float) method
Lägger till bild som sidfot på sidorna.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::String &imageFile, float bottomMargin, float leftMargin, float rightMargin)
| Parameter | Typ | Beskrivning |
|---|---|---|
| imageFile | const System::String& | Bildfilens namn och sökväg. |
| bottomMargin | float | Marginalen längst ner på sidan. |
| leftMargin | float | Marginalen på vänstra sidan av sidan. |
| rightMargin | float | Marginalen på högra sidan av sidan. |
Anmärkningar
///
Se även
- Class String
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++