Click or drag to resize

PdfWebControlDisableResponsive 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.44.0.0 (3.44.0.0)
Syntax
public bool DisableResponsive { get; set; }

Property Value

Type: Boolean
true 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