Click or drag to resize

PdfAdvancedSettingsUseTempThreshold Property

Gets or sets a value representing the PDF file size threshold above which 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 int UseTempThreshold { get; set; }

Property Value

Type: Int32
Remarks

The default value is 104857600, 100 MB.

See Also