You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > PrinterColorMode Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
PrinterColorMode Enumeration
C#
public enum PrinterColorMode {
  PrinterColorModeGray = 1,
  PrinterColorModeColor = 2
}
Visual Basic
Public Enum PrinterColorMode
  PrinterColorModeGray = 1
  PrinterColorModeColor = 2
End Enum

This is record PrinterColorMode.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.