HtmlConversionInfoPdfRegions Property

The regions in PDF rendered by a HTML to PDF conversion. For each PDF page rendered 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