Click or drag to resize

ServicePropertiespdfdocument_TempFileFolder Property

Determines where Temp files will be saved as part of the PDF Generation process. By default, this is the HTTPContext's root\~UserFiles, but in some cases this needs to be set manually.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string pdfdocument_TempFileFolder { get; }

Property Value

Type: String
Determines where Temp files will be saved as part of the PDF Generation process. By default, this is the HTTPContext's root\~UserFiles, but in some cases this needs to be set manually.
Remarks
Applies to ServiceInstance pdfdocument only.
See Also