Exemplo n.º 1
0
 /**
  * Sets the document's compression to the new 1.5 mode with object streams and xref
  * streams. It can be set at any time but once set it can't be unset.
  */
 public void SetFullCompression()
 {
     if (stamper.append)
     {
         return;
     }
     stamper.SetFullCompression();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the document's compression to the new 1.5 mode with object streams and xref
 /// streams. It can be set at any time but once set it can't be unset.
 /// </summary>
 public void SetFullCompression()
 {
     if (Stamper.Append)
     {
         return;
     }
     Stamper.SetFullCompression();
 }