File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
itext/itext.kernel/itext/kernel/utils Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ public virtual void SetPreserveOutlines(bool preserveOutlines) {
105105 this . preserveOutlines = preserveOutlines ;
106106 }
107107
108- /// <summary>Splits the document basing on the given size.</summary>
109- /// <param name="size"><strong>Preferred</strong> size for splitting.</param>
108+ /// <summary>Splits the document basing on the given size specified in bytes .</summary>
109+ /// <param name="size"><strong>Preferred</strong> size specified in bytes for splitting.</param>
110110 /// <returns>
111111 /// The documents which the source document was split into.
112112 /// Be warned that these documents are not closed.
@@ -224,8 +224,10 @@ public virtual PdfDocument GetPdfDocument() {
224224 /// <see cref="iText.Kernel.Pdf.PdfWriter"/>
225225 /// depending on your needs.
226226 /// </remarks>
227- /// <param name="documentPageRange">the page range of the original document to be included in the document being created now.
228- /// </param>
227+ /// <param name="documentPageRange">
228+ /// the page range of the original document to be included
229+ /// in the document being created now.
230+ /// </param>
229231 /// <returns>the PdfWriter instance for the document which is being created.</returns>
230232 protected internal virtual PdfWriter GetNextPdfWriter ( PageRange documentPageRange ) {
231233 return new PdfWriter ( new ByteArrayOutputStream ( ) ) ;
Original file line number Diff line number Diff line change 1- aaf9dee82b3f93db0f1e8367a6aa18f62cbe77d7
1+ 0ce78fbf9d9b8168340f966be66e176e396ef3f9
You can’t perform that action at this time.
0 commit comments