Method SetGlossinessFactor
SetGlossinessFactor(DocumentId, double)
Sets the Glossiness factor.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
void SetGlossinessFactor(DocumentId inDocumentId, double inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| double | inValue | Wanted value. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.18.