Property Limits
Limits
Gets or sets the resource budget the assembly runs inside, or null for the defaults.
public ResourceLimits? Limits { get; set; }
Property Value
Remarks
Assembly charges against the limits that already exist rather than inventing its own: the output page count against MaxPages, the objects copied across every source against MaxPdfObjectCount, the object graph's depth against MaxPdfNestingDepth, the sources' total size against MaxInputBytes and the file produced against MaxOutputBytes.