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.48.0.0 (3.48.0.0)
Syntax public int UseTempThreshold { get; set; }
Public Property UseTempThreshold As Integer
Get
Set
Property Value
Type:
Int32Remarks
The default value is 104857600, 100 MB.
See Also