C#
VB
C++
Gets or sets the blackout rectangles.
public List<LeadRect> BlackoutRects { get; set; }
Public Property BlackoutRects As List(Of LeadRect)
public:
property List<LeadRect>^ BlackoutRects {
List<LeadRect>^ get();
void set ( List<LeadRect>^ );
}
The blackout rectangles.
The rectangle will be used to redact an area of the image. This is needed in case the image contains burned-in annotations. This allows potential identifying information to be hidden.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET