ColorSpaceType

WmfLogColorSpace.ColorSpaceType property

Gets or sets a 32-bit signed integer that specifies the color space type. It MUST be defined in the LogicalColorSpace enumeration (section 2.1.1.14). If this value is LCS_sRGB or LCS_WINDOWS_COLOR_SPACE, the sRGB color space MUST be used.

public WmfLogicalColorSpaceEnum ColorSpaceType { get; set; }

See Also