PdfFileEditor.CloseConcatenatedStreams

PdfFileEditor.CloseConcatenatedStreams property

If set to true, streams are closed after operation.

public bool CloseConcatenatedStreams { get; set; }

Examples

PdfFileEditor pfe = new PdfFileEditor();
pfe.CloseConcatenatedStreams = true;

See Also