Method RemovePieceInfo
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
RemovePieceInfo()
Removes all page-piece dictionaries from the document.
public void RemovePieceInfo()
Remarks
Page-piece dictionaries are used to store private application data in PDF document. Adobe Photoshop or Adobe Illustrator often use them.
Removing page-piece dictionaries can significantly reduce file size if
RemoveUnusedObjects property is set to true
.