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
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public event RepeatingCanvasInPdfPageDelegate RepeatingInPdfPageEvent
Public Event RepeatingInPdfPageEvent As RepeatingCanvasInPdfPageDelegate
public:
event RepeatingCanvasInPdfPageDelegate^ RepeatingInPdfPageEvent {
void add (RepeatingCanvasInPdfPageDelegate^ value);
void remove (RepeatingCanvasInPdfPageDelegate^ value);
}
member RepeatingInPdfPageEvent : IEvent<RepeatingCanvasInPdfPageDelegate,
EventArgs>
Value
Type:
HiQPdfRepeatingCanvasInPdfPageDelegate
Reference