Click or drag to resize

PdfStampAnnotation Class

Represents a rubber stamp annotation
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfStampAnnotation : PdfMarkupAnnotation

The PdfStampAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfStampAnnotation(PdfPage) Creates a new PdfStampAnnotation.
Public methodPdfStampAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfStampAnnotation class based on the specified dictionary.
Public methodPdfStampAnnotation(PdfPage, StampIconNames, Single, Single, FS_COLOR) Creates a new PdfStampAnnotation.
Public methodPdfStampAnnotation(PdfPage, String, Single, Single, FS_COLOR) Creates a new PdfStampAnnotation.
Top
Properties
 NameDescription
Public propertyExtendedIconName The name of an icon to be used in displaying the annotation.
Public propertyStandardIconName The name of an icon to be used in displaying the annotation.
Top
Methods
 NameDescription
Public methodRegenerateAppearances Re-creates the appearance of the annotation based on its properties.
(Overrides PdfMarkupAnnotationRegenerateAppearances)
Top
Remarks
A rubber stamp annotation (PDF 1.3) displays text or graphics intended to look as if they were stamped on the page with a rubber stamp. When opened, it displays a pop-up window containing the text of the associated note.
See Also