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
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