Skip to content

Commit 62ba33e

Browse files
committed
986143-ug: Resolved CI failures.
1 parent c996ac5 commit 62ba33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document-Processing/PDF/PDF-Library/NET/Split-Documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ loadedDocument.Close(true);
126126
Imports Syncfusion.Pdf.Parsing
127127

128128
'Create the values.
129-
Dim values As Integer(,) = New Integer(,) {{2, 5},{8, 10}}
129+
Dim values As Integer(,) = New Integer(,) {{2, 5}, {8, 10}}
130130
'Load the PDF document.
131131
Dim loadedDocument As New PdfLoadedDocument("Input.pdf")
132132
'Set a output path

0 commit comments

Comments
 (0)