PdfContentEditor.HideStampById

PdfContentEditor.HideStampById method

Hides the stamp. After hiding, stamp visibility may be restored with ShowStampById method.

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

See Also