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 437ed90 commit 02c0f55Copy full SHA for 02c0f55
itext/itext.kernel/itext/kernel/pdf/PdfNameTree.cs
@@ -142,6 +142,12 @@ public virtual bool IsModified() {
142
return modified;
143
}
144
145
+ /// <summary>Sets the modified flag to true.</summary>
146
+ /// <remarks>Sets the modified flag to true. It means that the object has been modified.</remarks>
147
+ public virtual void SetModified() {
148
+ modified = true;
149
+ }
150
+
151
/// <summary>Build a PdfDictionary containing the name tree</summary>
152
/// <returns>PdfDictionary containing the name tree</returns>
153
public virtual PdfDictionary BuildTree() {
port-hash
@@ -1 +1 @@
1
-1747fbafe6582852552088346bb16fe3ef4b189c
+316d2dadda62a1fb4b5a8e07bd9dc9f34c5afa65
0 commit comments