Aspose::Pdf::Facades::PdfFileStamp::AddFooter metod

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)
ParameterTypBeskrivning
formattedTextconst System::SharedPtr<FormattedText>&FormattedText objekt som innehåller sidfotens text och textegenskaper.
bottomMarginfloatMarginalen högst upp på sidan.

Se även

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)
ParameterTypBeskrivning
formattedTextconst System::SharedPtr<FormattedText>&FormattedText objekt som innehåller sidfotstext och textegenskaper.
bottomMarginfloatMarginalen längst ner på sidan.
leftMarginfloatMarginalen på vänstra sidan av sidan.
rightMarginfloatMarginalen på högra sidan av sidan.

Se även

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)
ParameterTypBeskrivning
imageStreamconst System::SharedPtr<System::IO::Stream>&Strömmen innehåller bilddata.
bottomMarginfloatMarginalen längst ner på sidan.

Se även

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)
ParameterTypBeskrivning
imageStreamconst System::SharedPtr<System::IO::Stream>&Strömmen innehåller bilddata.
bottomMarginfloatMarginalen längst ner på sidan.
leftMarginfloatMarginalen på vänstra sidan av sidan.
rightMarginfloatMarginalen på högra sidan av sidan.

Se även

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)
ParameterTypBeskrivning
imageFileconst System::String&Image filnamn och sökväg.
bottomMarginfloatMarginalen längst ner på sidan.

Se även

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)
ParameterTypBeskrivning
imageFileconst System::String&Bildfilens namn och sökväg.
bottomMarginfloatMarginalen längst ner på sidan.
leftMarginfloatMarginalen på vänstra sidan av sidan.
rightMarginfloatMarginalen på högra sidan av sidan.

Anmärkningar

///

Se även