ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / PictureViewType Enumeration

In This Topic
    PictureViewType Enumeration
    In This Topic
    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.C1Word.Canvas.PictureViewType

    See Also