Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Anonymization Namespace > Anonymizer Class : BlackoutRects Property |
public List<LeadRect> BlackoutRects {get; set;}
'Declaration
Public Property BlackoutRects As List(Of LeadRect)
'Usage
Dim instance As Anonymizer Dim value As List(Of LeadRect) instance.BlackoutRects = value value = instance.BlackoutRects
public: property List<LeadRect>^ BlackoutRects { List<LeadRect>^ get(); void set ( List<LeadRect>^ value); }