Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public int ClientMaxReceivedMessageSize { 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
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than zero or too large.
See Also