Aspose::Pdf::Facades::PdfContentEditor::CreateRubberStamp method
Contents
[
Hide
]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)
| Parameter | Type | Description |
|---|---|---|
| page | int32_t | The number of original page where the annotation will be created. |
| annotRect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
| annotContents | const System::String& | The contents of the annotation. |
| color | System::Drawing::Color | The colour of the annotation. |
| appearanceStream | const System::SharedPtr<System::IO::Stream>& | The stream of appearance file. |
See Also
- Class Rectangle
- Class String
- Class Color
- Typedef SharedPtr
- Class Stream
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| page | int32_t | The number of original page where the annotation will be created. |
| annotRect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
| annotContents | const System::String& | The contents of the annotation. |
| color | System::Drawing::Color | The colour of the annotation. |
| appearanceFile | const System::String& | The path of appearance file. |
See Also
- Class Rectangle
- Class String
- Class Color
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| page | int32_t | The number of original page where the annotation will be created. |
| annotRect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
| icon | const System::String& | An icon is to be used in displaying the annotation. Default value: ‘Draft’. |
| annotContents | const System::String& | The contents of the annotation. |
| color | System::Drawing::Color | The color of the annotation. |
See Also
- Class Rectangle
- Class String
- Class Color
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++