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: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfPageRegion[] PdfRegions { get; }

Property Value

PdfPageRegion

See Also