BiLevel.Threshold Property

Threshold.Represents the attribte in schema: thresh

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "thresh")> _
Public Property Threshold As Int32Value
    Get
    Set
'Usage
Dim instance As BiLevel
Dim value As Int32Value

value = instance.Threshold

instance.Threshold = value
[SchemaAttrAttribute(, "thresh")]
public Int32Value Threshold { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the luminance threshold for the Bi-Level effect. Values greater than or equal to the threshold are set to white. Values lesser than the threshold are set to black.

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type.

See Also

Reference

BiLevel Class

BiLevel Members

DocumentFormat.OpenXml.Drawing Namespace