SearchResultRegionBlocks Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Gets the blocks that represents a set of arrays with the following definition for each region: [x0, y0, x1, y1, x2, y2, x3, y3].

Namespace:  Apitron.PDF.Rasterizer.Search
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public IEnumerable<double[]> Blocks { get; }

Property Value

Type: IEnumerableDouble
See Also

Reference