PdfRepeatCanvasRepeatingInPdfPageEvent Event

The event is raised right before the canvas is repeated in a PDF page. You can set the CancelRepeating property to false to cancel canvas repeating in PDF page

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public event RepeatingCanvasInPdfPageDelegate RepeatingInPdfPageEvent

Value

RepeatingCanvasInPdfPageDelegate

See Also