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:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
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
RAD PDF's responsive features may change from release to release as additional devices and screen sizes are supported.
See Also