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)
ParameterTypeDescription
pageNumberint32_tNumber of the page.
stampIdint32_tIdentifier of stamp which should be hidden.

See Also