PictureFormat.ColorType Property

Returns or sets the type of color transformation applied to the specified picture or OLE object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ColorType As MsoPictureColorType
    Get
    Set
'Usage
Dim instance As PictureFormat
Dim value As MsoPictureColorType

value = instance.ColorType

instance.ColorType = value
MsoPictureColorType ColorType { get; set; }

Property Value

Type: MsoPictureColorType

See Also

Reference

PictureFormat Interface

PictureFormat Members

Microsoft.Office.Interop.Word Namespace