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

PdfFileStamp::AddFooter(System::SharedPtr<FormattedText>, float) method

Adds footer to the pages of the document.

void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(System::SharedPtr<FormattedText> formattedText, float bottomMargin)
ParameterTypeDescription
formattedTextSystem::SharedPtr<FormattedText>FormattedText object which contains text of the footer and text properties.
bottomMarginfloatMargin at the top of page.

See Also

PdfFileStamp::AddFooter(System::SharedPtr<FormattedText>, float, float, float) method

Adds footer to the pages of the document.

void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(System::SharedPtr<FormattedText> formattedText, float bottomMargin, float leftMargin, float rightMargin)
ParameterTypeDescription
formattedTextSystem::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(System::SharedPtr<System::IO::Stream>, float) method

Adds image as footer of the page.

void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(System::SharedPtr<System::IO::Stream> imageStream, float bottomMargin)
ParameterTypeDescription
imageStreamSystem::SharedPtr<System::IO::Stream>Stream contains image data.
bottomMarginfloatMargin at the bottom of the page.

See Also

PdfFileStamp::AddFooter(System::SharedPtr<System::IO::Stream>, float, float, float) method

Adds image as footer of the page.

void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(System::SharedPtr<System::IO::Stream> imageStream, float bottomMargin, float leftMargin, float rightMargin)
ParameterTypeDescription
imageStreamSystem::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(System::String, float) method

Adds image as footer to the pages of the document.

void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(System::String imageFile, float bottomMargin)
ParameterTypeDescription
imageFileSystem::StringImage file name and path.
bottomMarginfloatMargin at the bottom of the page.

See Also

PdfFileStamp::AddFooter(System::String, float, float, float) method

Adds image as footer of the pages.

void Aspose::Pdf::Facades::PdfFileStamp::AddFooter(System::String imageFile, float bottomMargin, float leftMargin, float rightMargin)
ParameterTypeDescription
imageFileSystem::StringIamge 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