PdfWcfSettingsClientMaxReceivedMessageSize Property |
Gets or sets the maximum size, in bytes, for a message that can be processed by the binding.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public int ClientMaxReceivedMessageSize { get; set; }
Public Property ClientMaxReceivedMessageSize As Integer
Get
Set
Property Value
Type:
Int32
The maximum size, in bytes, for a message that is processed by the binding. The default value is 1,073,741,824 bytes (1 GB).
Exceptions See Also