VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / RestoreTextFromHalftoneCommand Class / HalftoneRegions Property
Syntax Requirements SeeAlso
In This Topic
HalftoneRegions Property (RestoreTextFromHalftoneCommand)
In This Topic
Gets or sets the list of regions to process.
Syntax
'Declaration

<BrowsableAttribute(False)>
Public Property HalftoneRegions As System.Collections.Generic.List(Of Point)

[Browsable(False)]
public System.Collections.Generic.List<Point> HalftoneRegions { get; set; }

Property Value

Value of this parameter can be null, in that case entire image or region of interest will be processed. Each element of the list is an array of points describing a polygon of halftone contour.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also