Skip to main content

FileDocumentStorage(String) Constructor

Creates the FileDocumentStorage class’ instance and specifies its FileDocumentStorage.DocumentFolder property.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public FileDocumentStorage(
    string documentFolder
)

Parameters

Name Type Description
documentFolder String

Specifies a path to the directory used to store a cached document.

See Also