PdfDocument.Debug Field

PDF File Writer

PdfDocumentDebug Field

Debug flag

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public bool Debug

Field Value

Type: Boolean
Remarks
Debug flag. Default is false. The program will generate normal PDF file. If debug flag is true, the library will not compress contents, will replace images and font file with text place holder. The generated file can be viewed with a text editor but cannot be loaded into PDF reader.
See Also