ComponentOne Word for UWP
PictureViewType Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : PictureViewType Enumeration
Specifies how images should be displayed (color, grayscale, or black and white).
Syntax
'Declaration
 
Public Enum PictureViewType 
   Inherits System.Enum
public enum PictureViewType : System.Enum 
Members
MemberDescription
AutoDisplay the image using the image's own color information.
BlackAndWhiteDisplay the image in black and white.
GrayScaleDisplay the image in a grayscale.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.Canvas.PictureViewType

See Also

Reference

C1.Xaml.Word.Canvas Namespace