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
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfPageRegion[] PdfRegions { get; }
Public ReadOnly Property PdfRegions As PdfPageRegion()
Get
public:
property array<PdfPageRegion^>^ PdfRegions {
array<PdfPageRegion^>^ get ();
}
member PdfRegions : PdfPageRegion[] with get
Property Value
PdfPageRegion