Method SetBottomFinishingLikeTop
SetBottomFinishingLikeTop(DocumentId, bool)
Sets bottom finishing as top boolean value
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
bool SetBottomFinishingLikeTop(DocumentId inDocumentId, bool inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document |
| bool | inValue | Value to use |
Returns
| Type | Description |
|---|---|
| bool | True if value has been set with success. |
Remarks
This method is available since v7.19.