Skip to main content
All docs
V26.1
  • RubberStampAnnotation(RectangleF, RubberStampAnnotationIconName) Constructor

    Initializes a new instance of the RubberStampAnnotation class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public RubberStampAnnotation(
        RectangleF bounds,
        RubberStampAnnotationIconName iconName
    )

    Parameters

    Name Type
    bounds RectangleF
    iconName RubberStampAnnotationIconName
    See Also