Skip to main content
A newer version of this page is available. .

FileDocumentStorage() Constructor

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

Namespace: DevExpress.XtraPrinting.Caching

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

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