Method CanPrint
CanPrint(DocumentId)
Tells whether a document can be printed.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool CanPrint(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Document to print. |
Returns
| Type | Description |
|---|---|
| bool | Document can be printed. |
Remarks
This method is available since v7.6.