Skip to main content
All docs
V26.1
  • RedactionAnnotation(OrientedRectangle[]) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public RedactionAnnotation(
        params OrientedRectangle[] rectangles
    )

    Parameters

    Name Type
    rectangles OrientedRectangle[]
    See Also