Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp metod

PdfContentEditor::CreateRubberStamp(int32_t, System::Drawing::Rectangle, const System::String&, System::Drawing::Color, const System::SharedPtr<System::IO::Stream>&) method

Skapar en gummistämpelanteckning.

void Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp(int32_t page, System::Drawing::Rectangle annotRect, const System::String &annotContents, System::Drawing::Color color, const System::SharedPtr<System::IO::Stream> &appearanceStream)
ParameterTypBeskrivning
sidaint32_tNumret på den ursprungliga sidan där annotationen kommer att skapas.
annotRectSystem::Drawing::RectangleAnnotationsrektangeln som definierar placeringen av anmärkningen på sidan.
annotContentsconst System::String&Innehållet i annotationen.
färgSystem::Drawing::ColorFärgen på annotationen.
appearanceStreamconst System::SharedPtr<System::IO::Stream>&Strömmen för utseendefilen.

Se även

PdfContentEditor::CreateRubberStamp(int32_t, System::Drawing::Rectangle, const System::String&, System::Drawing::Color, const System::String&) method

Skapar en gummistämpelanteckning.

void Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp(int32_t page, System::Drawing::Rectangle annotRect, const System::String &annotContents, System::Drawing::Color color, const System::String &appearanceFile)
ParameterTypBeskrivning
sidaint32_tNumret på den ursprungliga sidan där annotationen kommer att skapas.
annotRectSystem::Drawing::RectangleAnnotationsrektangeln som definierar placeringen av anmärkningen på sidan.
annotContentsconst System::String&Innehållet i annotationen.
färgSystem::Drawing::ColorFärgen på annotationen.
appearanceFileconst System::String&Sökvägen till utseendefilen.

Se även

PdfContentEditor::CreateRubberStamp(int32_t, System::Drawing::Rectangle, const System::String&, const System::String&, System::Drawing::Color) method

Skapar en gummistämpelanteckning.

void Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp(int32_t page, System::Drawing::Rectangle annotRect, const System::String &icon, const System::String &annotContents, System::Drawing::Color color)
ParameterTypBeskrivning
sidaint32_tNumret på den ursprungliga sidan där annotationen kommer att skapas.
annotRectSystem::Drawing::RectangleAnnotationsrektangeln som definierar placeringen av anmärkningen på sidan.
iconconst System::String&En ikon ska användas vid visning av annotationen. Standardvärde: ‘Draft’.
annotContentsconst System::String&Innehållet i annotationen.
färgSystem::Drawing::ColorFärgen på annotationen.

Se även