PDF .NET Library Documentation - PDF Technologies, Inc.
A rubber stamp annotation displays text or graphics intended to look as if they were stamped on the page with a rubber stamp.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFRubberStampAnnotation : BaseAnnotation
Visual Basic (Declaration)
Public Class PDFRubberStampAnnotation _
	Inherits BaseAnnotation
Visual C++
public ref class PDFRubberStampAnnotation : public BaseAnnotation

Remarks

When opened, it displays a pop-up window containing the text of the associated note.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFCustomAnnotation
    PDFTech..::.BaseAnnotation
      PDFTech..::.PDFRubberStampAnnotation

See Also