BlackoutRects Property

Summary
Gets or sets the blackout rectangles.
Syntax
C#
VB
C++
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>^ ); 
} 

Property Value

The blackout rectangles.

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.