We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2899f commit f32b966Copy full SHA for f32b966
src/Synercoding.FileFormats.Pdf/PdfWriter.cs
@@ -70,7 +70,7 @@ public int PageCount
70
/// <returns>Returns this <see cref="PdfWriter"/> to chain calls</returns>
71
public PdfWriter SetDocumentInfo(Action<DocumentInformation> infoAction)
72
{
73
- _throwWhenEndingWritten()';'
+ _throwWhenEndingWritten();
74
75
infoAction(DocumentInformation);
76
0 commit comments