| PdfWebControlDisableResponsiveAdditions Property  | 
 
            Gets or sets a value indicating whether the responsive features specific to adding objects should be used in 
PdfWebControl for various devices and screen sizes.
            
 
    Namespace: 
   RadPdf.Web.UI
    Assembly:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic bool DisableResponsiveAdditions { get; set; }Public Property DisableResponsiveAdditions As Boolean
	Get
	Set
Property Value
Type: 
Booleantrue the responsive object addition features will not be used; otherwise 
false and RAD PDF will be responsive to different devices and screen sizes. 
            The default is 
false.
            
 Remarks
Remarks
            RAD PDF's responsive features may change from release to release as additional devices and screen sizes are supported.
            
 See Also
See Also