Aspose::Pdf::Facades::PdfFileStamp::AddFooter method
Contents
[
Hide
]PdfFileStamp::AddFooter(const System::SharedPtr<FormattedText>&, float) method
Adds footer to the pages of the document.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::SharedPtr<FormattedText> &formattedText, float bottomMargin)
| Parameter | Type | Description |
|---|---|---|
| formattedText | const System::SharedPtr<FormattedText>& | FormattedText object which contains text of the footer and text properties. |
| bottomMargin | float | Margin at the top of page. |
See Also
- 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
Adds footer to the pages of the document.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::SharedPtr<FormattedText> &formattedText, float bottomMargin, float leftMargin, float rightMargin)
| Parameter | Type | Description |
|---|---|---|
| formattedText | const System::SharedPtr<FormattedText>& | FormattedText object which contains footer text and text properties. |
| bottomMargin | float | Margin at the bottom of the page. |
| leftMargin | float | Margin at the left side of the page. |
| rightMargin | float | Margin at the right side of the page. |
See Also
- 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
Adds image as footer of the page.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::SharedPtr<System::IO::Stream> &imageStream, float bottomMargin)
| Parameter | Type | Description |
|---|---|---|
| imageStream | const System::SharedPtr<System::IO::Stream>& | Stream contains image data. |
| bottomMargin | float | Margin at the bottom of the page. |
See Also
- 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
Adds image as footer of the page.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::SharedPtr<System::IO::Stream> &imageStream, float bottomMargin, float leftMargin, float rightMargin)
| Parameter | Type | Description |
|---|---|---|
| imageStream | const System::SharedPtr<System::IO::Stream>& | Stream contains image data. |
| bottomMargin | float | Margin at the bottom of the page. |
| leftMargin | float | Margin at the left side of the page. |
| rightMargin | float | Margin at the right side of the page. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileStamp::AddFooter(const System::String&, float) method
Adds image as footer to the pages of the document.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::String &imageFile, float bottomMargin)
| Parameter | Type | Description |
|---|---|---|
| imageFile | const System::String& | Image file name and path. |
| bottomMargin | float | Margin at the bottom of the page. |
See Also
- Class String
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileStamp::AddFooter(const System::String&, float, float, float) method
Adds image as footer of the pages.
void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(const System::String &imageFile, float bottomMargin, float leftMargin, float rightMargin)
| Parameter | Type | Description |
|---|---|---|
| imageFile | const System::String& | Iamge file name and path. |
| bottomMargin | float | Margin at the bottom of the page. |
| leftMargin | float | Margin at the left side of the page. |
| rightMargin | float | Margin at the right side of the page. |
Remarks
///
See Also
- Class String
- Class PdfFileStamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++