RedactionAnnotation Constructors
A redaction annotation.| Name | Parameters | Description |
|---|---|---|
| RedactionAnnotation(OrientedRectangle[]) | rectangles | Initializes a new instance of the RedactionAnnotation class with specified settings. |
| RedactionAnnotation(Quadrilateral[]) | quads | Initializes a new instance of the RedactionAnnotation class with specified settings. |
| RedactionAnnotation(RedactionGeometry) | geometry | Initializes a new instance of the RedactionAnnotation class with specified settings. |
| RedactionAnnotation(IEnumerable<OrientedRectangle>) | rectangles | Initializes a new instance of the RedactionAnnotation class with specified settings. |
| RedactionAnnotation(IEnumerable<Quadrilateral>) | quads | Initializes a new instance of the RedactionAnnotation class with specified settings. |
| RedactionAnnotation(RectangleF) | bounds | Initializes a new instance of the RedactionAnnotation class with specified settings. |
See Also