Click or drag to resize

StructureRepairOptionsRepairedStoredStream Property

Gets the stored stream that was used for the repaired file. If, after repair, this property is non-null, the owning document should be saved to a new file and this object should be disposed.

Namespace:  Atalasoft.PdfDoc.Repair
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public StoredStream RepairedStoredStream { get; }

Property Value

Type: StoredStream
See Also