MeasureValue class

MeasureValue class

Represents a measurement value with a specific type and numerical value.

The MeasureValue type exposes the following members:

Constructors

Constructor Description
init

Properties

Property Description
measure_type The type of measurement.
value The numerical value of the measurement.

Example

import groupdocs.watermark.watermarks as gww

# Create a measurement of 12 percent
value = gww.MeasureValue(gww.TileMeasureType.PERCENT, 12)

Guides

Task guides that use MeasureValue:

See Also