HtmlElementInfoPdfRegions Property

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfPageRegion[] PdfRegions { get; }

Property Value

PdfPageRegion

See Also