Table of Contents

Property MaxInputBytes

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

MaxInputBytes

Gets or sets the maximum size of the input document in bytes, or null for unlimited.

public long? MaxInputBytes { get; set; }

Property Value

long?

Exceptions

ArgumentOutOfRangeException

The value is not positive.