Enum PngOverflowMode
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.