Table of Contents

Property MaxApproximateMemoryBytes

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

MaxApproximateMemoryBytes

Gets or sets an approximate per-conversion working-memory budget used by internal accounted buffers, or null for unlimited.

public long? MaxApproximateMemoryBytes { get; set; }

Property Value

long?

Exceptions

ArgumentOutOfRangeException

The value is not positive.