PdfDocument.RemoveStructureInformation Method

Removes all structure information from the PDF document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void RemoveStructureInformation()
VB
Public Sub 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.

See Also