PdfTable.CommitGCCollectFreq Property

PDF File Writer

PdfTableCommitGCCollectFreq Property

Call GC collect frequency

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public int CommitGCCollectFreq { get; set; }

Property Value

Type: Int32
Remarks
If zero or negative GC will not be called.
See Also