Table of Contents

Field DefaultMaxPackageEntryCount

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

The default cap on MaxPackageEntryCount: 10,000 parts. A document with a thousand images has about 2,000; the value exists to bound the table, which is allocated from a count the package declares.

public const int DefaultMaxPackageEntryCount = 10000

Returns

int
The default cap on : 10,000 parts. A document with a thousand images has about 2,000; the value exists to bound the table, which is allocated from a count the package declares.