Table of Contents

Enum PrintOption

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

Print colour mode. (Scintilla feature SC_PRINT_)

public enum PrintOption

Fields

BLACKONWHITE = 2

Force black text on white background.

COLOURONWHITE = 3

Text stays coloured, but all background is forced to be white.

COLOURONWHITEDEFAULTBG = 4

Only the default-background is forced to be white for printing.

INVERTLIGHT = 1

Invert the light value of each style.

NORMAL = 0

Use same colours as screen, with the exception of line number margins, which use a white background.

SCREENCOLOURS = 5

Use same colours as screen, including line number margins.