You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can call myPdfDocument.PageCount even after saving.
Actual Behavior
Exception is thrown: "The document was already saved and cannot be modified anymore. Saving a document converts its in memory representation into a PDF file or stream..."
Possible issue
I think calling "EnsureNotYetSaved" in the get property is not required.
The text was updated successfully, but these errors were encountered:
ZTHawk
changed the title
PdfDocument -> PageCount crashing avter saving
PdfDocument -> PageCount crashing after saving
Feb 4, 2025
Expected Behavior
I can call
myPdfDocument.PageCount
even after saving.Actual Behavior
Exception is thrown: "The document was already saved and cannot be modified anymore. Saving a document converts its in memory representation into a PDF file or stream..."
Possible issue
I think calling "EnsureNotYetSaved" in the get property is not required.
The text was updated successfully, but these errors were encountered: