Click or drag to resize

StructureRepairOptionsStoredStreamProvider Property

Gets or sets the stored stream provider that will be used for creating a temporary file for storing the new PDF with the repaired cross reference table.

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 IStoredStreamProvider StoredStreamProvider { get; set; }

Property Value

Type: IStoredStreamProvider
The stored stream provider.
See Also