Enum ResolutionStretch
Enumerates the different ways to interpret a visual resolution value.
[DataContract]
public enum ResolutionStretch
Fields
FixedHeightAdaptableWidth = 2
The resolution is determined by the height, the ratio of the target, and the depth.
FixedWidthAdaptableHeight = 1
The resolution is determined by the width, the ratio of the target, and the depth.
FixedWidthFixedHeight = 0
The resolution is determined by the width, height and depth of the field.