Namespace: BitMiracle.Docotic.Pdf
public bool WriteWithoutFormatting { get; set; }
Public Property WriteWithoutFormatting As Boolean Get Set
Default value: true.
Setting this property to true will cause library to use very minimum of whitespace characters when saving PDF files. It helps to produce smaller output files but may be not very convenient if you want to debug library output. Setting this property to false will cause library to write content of PDF file in human-readable form.