Namespace: BitMiracle.Docotic.Pdf
public bool OptimizeIndirectObjects { get; set; }
Public Property OptimizeIndirectObjects As Boolean Get Set
Setting this property to true helps to produce smaller output files.
Optimization means that all indirect PDF objects that are not dictionaries and arrays will be converted to direct objects.
Default value: true.