Skip to content

Commit 0aef0d9

Browse files
Update file(s) "/." from "groupdocs-watermark/Groupdocs.Watermark-References"
1 parent ef0c45e commit 0aef0d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/sites/groupdocs/watermark/english/net/groupdocs.watermark.watermarks/measurevalue

content/sites/groupdocs/watermark/english/net/groupdocs.watermark.watermarks/measurevalue/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class MeasureValue
2525
| Name | Description |
2626
| --- | --- |
2727
| [MeasureType](../../groupdocs.watermark.watermarks/measurevalue/measuretype) { get; set; } | Gets or sets the type of measurement. |
28-
| [Value](../../groupdocs.watermark.watermarks/measurevalue/value) { getset; } | Gets or sets the numerical value of the measurement. |
28+
| [Value](../../groupdocs.watermark.watermarks/measurevalue/value) { getset; } | Gets or sets the numerical value of the measurement. Value must be greater than 0. |
2929

3030
### See Also
3131

content/sites/groupdocs/watermark/english/net/groupdocs.watermark.watermarks/measurevalue/value/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Value
33
second_title: GroupDocs.Watermark for .NET API Reference
4-
description: Gets or sets the numerical value of the measurement.
4+
description: Gets or sets the numerical value of the measurement. Value must be greater than 0.
55
type: docs
66
weight: 30
77
url: /net/groupdocs.watermark.watermarks/measurevalue/value/
88
---
99
## MeasureValue.Value property
1010

11-
Gets or sets the numerical value of the measurement.
11+
Gets or sets the numerical value of the measurement. Value must be greater than 0.
1212

1313
```csharp
1414
public double Value { get; set; }

0 commit comments

Comments
 (0)