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

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

Creates a rubber stamp annotation.

void Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp(int32_t page, System::Drawing::Rectangle annotRect, System::String annotContents, System::Drawing::Color color, 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.
annotContentsSystem::StringThe contents of the annotation.
colorSystem::Drawing::ColorThe colour of the annotation.
appearanceStreamSystem::SharedPtr<System::IO::Stream>The stream of appearance file.

See Also

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

Creates a rubber stamp annotation.

void Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp(int32_t page, System::Drawing::Rectangle annotRect, System::String annotContents, System::Drawing::Color color, 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.
annotContentsSystem::StringThe contents of the annotation.
colorSystem::Drawing::ColorThe colour of the annotation.
appearanceFileSystem::StringThe path of appearance file.

See Also

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

Creates a rubber stamp annotation.

void Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp(int32_t page, System::Drawing::Rectangle annotRect, System::String icon, 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.
iconSystem::StringAn icon is to be used in displaying the annotation. Default value: ‘Draft’.
annotContentsSystem::StringThe contents of the annotation.
colorSystem::Drawing::ColorThe color of the annotation.

See Also