Aspose::Pdf::Facades::PdfContentEditor::ShowStampById method

PdfContentEditor::ShowStampById method

Shows stamp which was hidden by HiddenStampById.

void Aspose::Pdf::Facades::PdfContentEditor::ShowStampById(int32_t pageNumber, int32_t stampId)
ParameterTypeDescription
pageNumberint32_tNumber of the page.
stampIdint32_tIdentifier of stamp which should be shown.

See Also