Skip to main content

FileDocumentStorage() Constructor

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

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Package: DevExpress.Printing.Core

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