PdfWcfSettingsClientMaxReceivedMessageSize Property  | 
 
            Gets or sets the maximum size, in bytes, for a message that can be processed by the binding.
            
 
    Namespace: 
   RadPdf.Integration
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic 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