Click or drag to resize

PdfAdvancedSettings.TempDirectory 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: 4.3.0.0 (4.3.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!