BitmapSourceMaxDecodePixelHeight Property

CVB.Net Documentation
Gets/sets maximal decode height.

Namespace:  Stemmer.Cvb.Wpf.Imaging
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public int MaxDecodePixelHeight { get; set; }

Property Value

Type: Int32
0 is default and doesn't change the Source image.
Remarks

Decodes the Source image at this maximal resolution if unequal 0. If only one of the decode properties is set, the aspect ratio is preserved.

This property can only be set between BeginInit and EndInit calls.

See Also

Reference