Click or drag to resize

PdfAdvancedSettingsTempDirectory Property

Gets or sets a value representing a directory where temp files should be created (if a temp file should be used when loading / saving).

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string TempDirectory { get; set; }

Property Value

Type: String
Remarks

The default value is the "%temp%" directory. A temp file will only be used if the PDF size is larger than the UseTempThreshold.

This property must be an absolute path, "%temp%", or null.

If this property is null, RAD PDF will not use a temp file.

See Also