Aspose::Pdf::Facades::PdfFileStamp::AddFooter method

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)
ParameterTypeDescription
formattedTextconst System::SharedPtr<FormattedText>&FormattedText object which contains text of the footer and text properties.
bottomMarginfloatMargin at the top of page.

See Also

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)
ParameterTypeDescription
formattedTextconst System::SharedPtr<FormattedText>&FormattedText object which contains footer text and text properties.
bottomMarginfloatMargin at the bottom of the page.
leftMarginfloatMargin at the left side of the page.
rightMarginfloatMargin at the right side of the page.

See Also

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)
ParameterTypeDescription
imageStreamconst System::SharedPtr<System::IO::Stream>&Stream contains image data.
bottomMarginfloatMargin at the bottom of the page.

See Also

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)
ParameterTypeDescription
imageStreamconst System::SharedPtr<System::IO::Stream>&Stream contains image data.
bottomMarginfloatMargin at the bottom of the page.
leftMarginfloatMargin at the left side of the page.
rightMarginfloatMargin at the right side of the page.

See Also

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)
ParameterTypeDescription
imageFileconst System::String&Image file name and path.
bottomMarginfloatMargin at the bottom of the page.

See Also

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)
ParameterTypeDescription
imageFileconst System::String&Iamge file name and path.
bottomMarginfloatMargin at the bottom of the page.
leftMarginfloatMargin at the left side of the page.
rightMarginfloatMargin at the right side of the page.

Remarks

///

See Also