Show / Hide Table of Contents

Class MonochromeSettings

Defines monochrome settings used for Black/White conversion.

Inheritance
System.Object
MonochromeSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
[TypeConverter(typeof (ExpandableObjectConverter))]
public class MonochromeSettings : INotifyPropertyChanged

Properties

DitherMethod

Gets or sets the dithering method to be used for monochrome conversion. Default value is OtsuThreshold.

Declaration
public DitherMethod DitherMethod { get; set; }
Property Value
Type Description
DitherMethod

ReverseEffect

Gets or sets whether monochrome effect should be reversed. Default value is false

Declaration
public bool ReverseEffect { get; set; }
Property Value
Type Description
System.Boolean

Threshold

Gets or sets the threshold percentage. Values range from 0 to 100. Default value is 50.

Declaration
public int Threshold { get; set; }
Property Value
Type Description
System.Int32

Methods

OnPropertyChanged(String)

Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
Type Name Description
System.String propertyName

Events

PropertyChanged

Occurs when a property value changes.

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler
Implements
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com