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; }
ReadOnly Property pdfdocument_TempFileFolder As String
Get
Property Value
Type:
StringDetermines 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