Aspose::Pdf::Facades::PdfFileStamp::AddHeader method

PdfFileStamp::AddHeader(const System::SharedPtr<FormattedText>&, float) method

Lägger till sidhuvud på sidan.

void Aspose::Pdf::Facades::PdfFileStamp::AddHeader(const System::SharedPtr<FormattedText> &formattedText, float topMargin)
ParameterTypBeskrivning
formattedTextconst System::SharedPtr<FormattedText>&Text för sidhuvud och egenskaper för texten.
topMarginfloatMarginal på toppen av sidan.

Se även

PdfFileStamp::AddHeader(const System::SharedPtr<FormattedText>&, float, float, float) method

Lägger till sidhuvud på filens sidor.

void Aspose::Pdf::Facades::PdfFileStamp::AddHeader(const System::SharedPtr<FormattedText> &formattedText, float topMargin, float leftMargin, float rightMargin)
ParameterTypBeskrivning
formattedTextconst System::SharedPtr<FormattedText>&Formaterat textobjekt som innehåller sidans text och dess egenskaper.
topMarginfloatMarginal på toppen av sidan.
leftMarginfloatMarginal på vänster sida av sidan.
rightMarginfloatMarginal på höger sida av sidan.

Se även

PdfFileStamp::AddHeader(const System::SharedPtr<System::IO::Stream>&, float) method

Lägger till bild som sidhuvud på sidorna.

void Aspose::Pdf::Facades::PdfFileStamp::AddHeader(const System::SharedPtr<System::IO::Stream> &imageStream, float topMargin)
ParameterTypBeskrivning
imageStreamconst System::SharedPtr<System::IO::Stream>&Ström för bilden.
topMarginfloatMarginal på toppen av sidan.

Se även

PdfFileStamp::AddHeader(const System::SharedPtr<System::IO::Stream>&, float, float, float) method

Lägger till bild högst upp på sidan.

void Aspose::Pdf::Facades::PdfFileStamp::AddHeader(const System::SharedPtr<System::IO::Stream> &inputStream, float topMargin, float leftMargin, float rightMargin)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Ström som innehåller bilddata.
topMarginfloatMarginal på toppen av sidan.
leftMarginfloatMarginal på vänster sida av sidan.
rightMarginfloatMarginal på höger sida av sidan.

Se även

PdfFileStamp::AddHeader(const System::String&, float) method

Lägger till bild som sidhuvud på filens sidor.

void Aspose::Pdf::Facades::PdfFileStamp::AddHeader(const System::String &imageFile, float topMargin)
ParameterTypBeskrivning
imageFileconst System::String&Sökväg till bildfilen.
topMarginfloatMarginal på toppen av sidan.

Se även

PdfFileStamp::AddHeader(const System::String&, float, float, float) method

Lägger till bild som sidhuvud på sidorna.

void Aspose::Pdf::Facades::PdfFileStamp::AddHeader(const System::String &imageFile, float topMargin, float leftMargin, float rightMargin)
ParameterTypBeskrivning
imageFileconst System::String&Sökväg till bildfilen.
topMarginfloatMarginal på toppen av sidan.
leftMarginfloatMarginal på vänster sida av sidan.
rightMarginfloatMarginal på höger sida av sidan.

Se även