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

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public RedactionGeometry(
        params OrientedRectangle[] orientedRectangles
    )

    Parameters

    Name Type
    orientedRectangles OrientedRectangle[]
    See Also