Table of Contents

Property MaxHeight

Namespace
DocWright.Formats.Pdf.Raster
Assembly
DocWright.Formats.Pdf.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.