Method IsBottomFinishingLikeTop
IsBottomFinishingLikeTop(DocumentId)
Tells if bottom finishing is like top
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
bool? IsBottomFinishingLikeTop(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document |
Returns
| Type | Description |
|---|---|
| bool? | True if bottom is like top, otherwise false |
Remarks
This method is available since v7.19.