The event is raised right before the template is rendered in a PDF page. The template rendering in PDF page can be canceled by setting the
CancelRender property on false
Namespace:
WnvWordToPdf
Assembly:
wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
public event BeforeRenderTemplateInPdfPageDelegate BeforeRenderInPdfPageEvent
Public Event BeforeRenderInPdfPageEvent As BeforeRenderTemplateInPdfPageDelegate
public:
event BeforeRenderTemplateInPdfPageDelegate^ BeforeRenderInPdfPageEvent {
void add (BeforeRenderTemplateInPdfPageDelegate^ value);
void remove (BeforeRenderTemplateInPdfPageDelegate^ value);
}
member BeforeRenderInPdfPageEvent : IEvent<BeforeRenderTemplateInPdfPageDelegate,
EventArgs>
Value
Type:
WnvWordToPdfBeforeRenderTemplateInPdfPageDelegate
Reference