Skip to main content
All docs
V26.1
  • RubberStampAnnotation(RectangleF, Stream, Int32) 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,
        Stream documentStream,
        int pageIndex = 0
    )

    Parameters

    Name Type
    bounds RectangleF
    documentStream Stream

    Optional Parameters

    Name Type Default
    pageIndex Int32 0
    See Also