Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the type of color transformation applied to the specified picture or OLE object. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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: Microsoft.Office.Core.MsoPictureColorType
Remarks
The value of the ColorType property can be one of these MsoPictureColorType constants.
msoPictureAutomatic |
msoPictureBlackAndWhite |
msoPictureGrayscale |
msoPictureMixed |
msoPictureWatermark |