File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
itext/itext.kernel/itext/kernel/pdf Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,20 @@ public virtual iText.Kernel.Pdf.PdfReader SetUnethicalReading(bool unethicalRead
182
182
return this ;
183
183
}
184
184
185
+ /// <summary>Defines if memory saving mode is enabled.</summary>
186
+ /// <remarks>
187
+ /// Defines if memory saving mode is enabled.
188
+ /// <para />
189
+ /// By default memory saving mode is disabled for the sake of time–memory trade-off.
190
+ /// <para />
191
+ /// If memory saving mode is enabled, document processing might slow down, but reading will be less memory demanding.
192
+ /// </remarks>
193
+ /// <param name="memorySavingMode">true to enable memory saving mode, false to disable it.</param>
194
+ /// <returns>
195
+ /// this
196
+ /// <see cref="PdfReader"/>
197
+ /// instance.
198
+ /// </returns>
185
199
public virtual iText . Kernel . Pdf . PdfReader SetMemorySavingMode ( bool memorySavingMode ) {
186
200
this . memorySavingMode = memorySavingMode ;
187
201
return this ;
Original file line number Diff line number Diff line change 1
- 42607624c57c522a4ec4b8283a9ba6901fa8af3f
1
+ 27da233cc00f3e511bc8b29060540f5a53004aa5
You can’t perform that action at this time.
0 commit comments