DocumentOptionsInputOptions Property

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 and in effect CacheXpzKey.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public Collection<InputOptions> InputOptions { get; set; }

Property Value

CollectionInputOptions

See Also