PdfWcfSettingsClientSendTimeout Property  | 
 
            Gets or sets the interval of time provided for a write operation to complete before the transport used by RAD PDF raises an exception.
            
 
    Namespace: 
   RadPdf.Integration
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic TimeSpan ClientSendTimeout { get; set; }Public Property ClientSendTimeout As TimeSpan
	Get
	Set
Property Value
Type: 
TimeSpan
            The Timespan that specifies how long the write operation has to complete before timing out. The default value is 1 minute.
            
Exceptions
See Also