PdfContentEditor.ShowStampById

PdfContentEditor.ShowStampById method

Shows stamp which was hidden by HiddenStampById.

public void ShowStampById(int pageNumber, int stampId)
ParameterTypeDescription
pageNumberInt32Number of the page.
stampIdInt32Identifier of stamp which should be shown.

See Also