Aspose::Pdf::Facades::PdfContentEditor::HideStampById method
PdfContentEditor::HideStampById method
Hides the stamp. After hiding, stamp visibility may be restored with ShowStampById method.
void Aspose::Pdf::Facades::PdfContentEditor::HideStampById(int32_t pageNumber, int32_t stampId)
Parameter | Type | Description |
---|---|---|
pageNumber | int32_t | Number of the page. |
stampId | int32_t | Identifier of stamp which should be hidden. |
See Also
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++