Gets or sets a value indicating whether to remove all unused (unreferenced)
objects from PDF before saving.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool RemoveUnusedObjects { get; set; }
VB
Public Property RemoveUnusedObjects As Boolean
Get
Set
Property Value
Type:
Booleantrue if library should remove unused objects; otherwise,
false.
Remarks
Default value: true.
Setting this property to true helps to produce
smaller output files.
See Also