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