Table of Contents

Enum PngOverflowMode

Namespace
ItTiger.TigerCli.PngSink
Assembly
ItTiger.TigerCli.PngSink.dll
Controls how PngSink handles text written beyond the configured grid dimensions.
public enum PngOverflowMode

Fields

Clip = 1
Ignore cells outside the configured rows or columns.
Throw = 0
Throw an exception when output would exceed the configured rows or columns.