PDFViewer
Represents the KendoReact PDF Viewer component.
function App() {
return <PDFViewer url="sample.pdf" />;
}
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the PDFViewer component. |