[]
Returns implementation of GraphicsDocumentRenderer
public IDocumentRenderer CreateRenderer(DocumentModel document)
Type | Name | Description |
---|---|---|
DocumentModel | document |
Type | Description |
---|---|
IDocumentRenderer |
Creates the renderer for specific document considering the specific target device kind.
public IDocumentRenderer CreateRenderer(DocumentModel document, DeviceKind device)
Type | Name | Description |
---|---|---|
DocumentModel | document | The document model. |
DeviceKind | device | The target device kind. |
Type | Description |
---|---|
IDocumentRenderer |