Click or drag to resize

RubberStampAnnotation Constructor

Constructs a RubberStampAnnotation.
Overload List
  NameDescription
Public methodRubberStampAnnotation
Creates a new instance of RubberStampAnnotation.
Public methodRubberStampAnnotation(RectangleF)
Creates a new instance of RubberStampAnnotation specifying the rectangle.
Public methodRubberStampAnnotation(String)
Creates a new instance of RubberStampAnnotation specifying the annotation text.
Public methodRubberStampAnnotation(RubberStampData)
Creates a new instance of RubberStampAnnotation providing the RubberStampData used by the annotation.
Public methodRubberStampAnnotation(RectangleF, String)
Creates a new instance of RubberStampAnnotation specifying the rectangle and text.
Public methodRubberStampAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of RubberStampAnnotation from serialized information.
Public methodRubberStampAnnotation(String, AnnotationFont)
Creates a new instance of RubberStampAnnotation specifying the text and font.
Public methodRubberStampAnnotation(RectangleF, String, AnnotationFont)
Creates a new instance of RubberStampAnnotation specifying the rectangle, text and font.
Public methodRubberStampAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, Single, Single)
Creates a new instance of RubberStampAnnotation specifying its parameters.
Public methodRubberStampAnnotation(RectangleF, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, Single, Single)
Creates a new instance of RubberStampAnnotation specifying the annotation parameters.
Top
See Also