Skip to content

Commit e9262c1

Browse files
Egor MartsynkovskyiText-CI
authored andcommitted
Refactor class documentation
Autoported commit. Original commit hash: [0ce78fbf9]
1 parent 18337dc commit e9262c1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

itext/itext.kernel/itext/kernel/utils/PdfSplitter.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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());

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aaf9dee82b3f93db0f1e8367a6aa18f62cbe77d7
1+
0ce78fbf9d9b8168340f966be66e176e396ef3f9

0 commit comments

Comments
 (0)