Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp method

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

Creates a rubber stamp annotation.

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)
ParameterTypeDescription
pageint32_tThe number of original page where the annotation will be created.
annotRectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
annotContentsconst System::String&The contents of the annotation.
colorSystem::Drawing::ColorThe colour of the annotation.
appearanceStreamconst System::SharedPtr<System::IO::Stream>&The stream of appearance file.

See Also

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

Creates a rubber stamp annotation.

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)
ParameterTypeDescription
pageint32_tThe number of original page where the annotation will be created.
annotRectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
annotContentsconst System::String&The contents of the annotation.
colorSystem::Drawing::ColorThe colour of the annotation.
appearanceFileconst System::String&The path of appearance file.

See Also

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

Creates a rubber stamp annotation.

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)
ParameterTypeDescription
pageint32_tThe number of original page where the annotation will be created.
annotRectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
iconconst System::String&An icon is to be used in displaying the annotation. Default value: ‘Draft’.
annotContentsconst System::String&The contents of the annotation.
colorSystem::Drawing::ColorThe color of the annotation.

See Also