Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / StampAnnotation Class
Members

In This Topic
    StampAnnotation Class
    In This Topic
    Represents an annotation that displays text or graphics intended to look as if they were stamped on the page with a rubber stamp.
    Object Model
    StampAnnotation Class
    Syntax
    'Declaration
     
    Public Class StampAnnotation 
       Inherits MarkupAnnotation
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class StampAnnotation : MarkupAnnotation, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Annotations.AnnotationBase
                   GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation
                      GrapeCity.Documents.Pdf.Annotations.StampAnnotation

    See Also