Creates the renderer for specific document considering specific target device kind.
Syntax
'Declaration
Overloads Function CreateRenderer( _
ByVal As DocumentModel, _
ByVal As DeviceKind _
) As IDocumentRenderer
IDocumentRenderer CreateRenderer(
DocumentModel ,
DeviceKind
)
Parameters
- document
- The document model.
- device
- The target device kind.
See Also