Method RemoveStructureInformation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
RemoveStructureInformation()
Removes all structure information from the PDF document.
public void RemoveStructureInformation()
Remarks
Removing structure information can significantly reduce file size if RemoveUnusedObjects property is set to true
.
Please note that document without structure information will be less accessible for assistive devices. Conversion to other formats can also be hindered.
Read the Remove structure information for an example of using this method.