Class MonochromeSettings
Defines monochrome settings used for Black/White conversion.
Inheritance
System.Object
MonochromeSettings
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
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 |
---|---|
PropertyChangedEventHandler |