Creates the IDocumentRenderer for specified document with specified context and target device kind.
Syntax
'Declaration
Overloads Function Create( _
ByVal As IApplicationContext, _
ByVal As DocumentModel, _
ByVal As DeviceKind _
) As IDocumentRenderer
IDocumentRenderer Create(
IApplicationContext ,
DocumentModel ,
DeviceKind
)
Parameters
- context
- The application context.
- document
- The document model.
- device
- The target device.
See Also