HiQPdf Documentation

HtmlElementInfoPdfRegions Property

HiQPdf Client for .NET Core
The regions in PDF document where the element is rendered. An element can be rendered on many PDF pages and for each PDF page there is PdfPageRegion object in the array returned by this property

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfPageRegion[] PdfRegions { get; }

Property Value

Type: PdfPageRegion
See Also

Reference