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.48.0.0 (3.48.0.0)
Syntax public string TempDirectory { get; set; }
Public Property TempDirectory As String
Get
Set
Property Value
Type:
StringRemarks
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