DocumentCacheOptions.InputOptions Property
Definition
- Namespace
- GleamTech.DocumentUltimate.Caching
- Assembly
- GleamTech.DocumentUltimate.dll
Gets the collection of input options used when generating the displayed document. For example, when you add an instance of SpreadsheetInputOptions to this collection, it will be used only for spreadsheet input files.
Note that changes in this property change CachePdfKey.
public Collection<InputOptions> InputOptions { get; set; }