Table of Contents

Property MaxHeight

Namespace
DocWright.Renderers.Imaging
Assembly
DocWright.Renderers.Imaging.dll

MaxHeight

Gets or sets an upper bound on the output height in pixels, or 0 for none. Defaults to 0.

public int MaxHeight { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

The value is negative.