mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
fix bug where default stream reader wrote header for every object
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
Stream.WriteByte(196);
|
Stream.WriteByte(196);
|
||||||
Stream.WriteByte(210);
|
Stream.WriteByte(210);
|
||||||
Stream.WriteNewLine();
|
Stream.WriteNewLine();
|
||||||
|
Initialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|||||||
Reference in New Issue
Block a user