VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [Browsable(False)]
    public: __property System.Collections.Generic.List<Point*>* get_HalftoneRegions();
    public: __property void set_HalftoneRegions(
    System.Collections.Generic.List<Point*>* value
    );

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also