Table of Contents

Class PdfRubberStampAnnotation

Namespace
PdfSharp.Pdf.Annotations
Assembly
PdfSharp.dll

Represents a rubber stamp annotation.

public sealed class PdfRubberStampAnnotation : PdfAnnotation, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfRubberStampAnnotation
Implements
Inherited Members

Constructors

PdfRubberStampAnnotation()

Initializes a new instance of the PdfRubberStampAnnotation class.

public PdfRubberStampAnnotation()

PdfRubberStampAnnotation(PdfDocument)

Initializes a new instance of the PdfRubberStampAnnotation class.

public PdfRubberStampAnnotation(PdfDocument document)

Parameters

document PdfDocument

The document.

Properties

Icon

Gets or sets an icon to be used in displaying the annotation.

public PdfRubberStampAnnotationIcon Icon { get; set; }

Property Value

PdfRubberStampAnnotationIcon