AngularJS directive for the PdfViewer control.
Use the wj-pdf-viewer directive to add pdf viewer to your AngularJS applications. Note that directive and parameter names must be formatted as lower-case with dashes instead of camel-case. For example:
<wj-pdf-viewer paginated="false" service-url="ctx.serviceUrl" file-path="ctx.path" report-name="ctx.reportName"> </wj-pdf-viewer;
The wj-pdf-viewer directive supports the following attributes:
@
=
&
AngularJS directive for the PdfViewer control.
Use the wj-pdf-viewer directive to add pdf viewer to your AngularJS applications. Note that directive and parameter names must be formatted as lower-case with dashes instead of camel-case. For example:
The wj-pdf-viewer directive supports the following attributes:
@A value indicating the address of C1 Web API service.@A value indicating full path to the document on the server.=A reference to the PdfViewer control created by this directive.@A value indicating whether viewer is under full screen mode.@A value indicating the current zoom factor to show the document pages@A value indicating whether clicking and dragging with the mouse in the view panel selects text.&This event occurs after the binding has finished initializing the control with attribute values.=A value indicating whether the binding has finished initializing the control with attribute values.@A value indicating how to show the document pages.&The pageIndexChanged event handler.&The viewModeChanged event handler.&The selectMouseModeChanged event handler.&The fullScreenChanged event handler.&The zoomFactorChanged event handler.&The queryLoadingData event handler.