Click or drag to resize

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.0.0.0 (4.0.0.0)
Syntax
public bool DisableResponsiveAdditions { get; set; }

Property Value

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

RAD PDF's responsive features may change from release to release as additional devices and screen sizes are supported.

See Also