Table of Contents

Property MaxPages

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

MaxPages

Gets or sets the maximum number of pages a conversion may lay out, or null for unlimited.

public int? MaxPages { get; set; }

Property Value

int?

Exceptions

ArgumentOutOfRangeException

The value is not positive.