Skip to main content

FileDocumentStorage() Constructor

Creates the FileDocumentStorage class’ instance and specifies the default settings.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v22.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public FileDocumentStorage()

Remarks

This constructor is used at design time. Use the FileDocumentStorage.DocumentFolder property to specify the directory to which a document must be cached.

In code, you can use the other FileDocumentStorage method overload, passing the document folder as a parameter.

See Also