Click or drag to resize

PdfWebControlRenderUnsupportedPdfFeatures Property

Gets or sets a value indicating whether the server should attempt to render PDF features to the uneditable background if they are not yet supported in a PdfWebControl instance.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public bool RenderUnsupportedPdfFeatures { get; set; }

Property Value

Type: Boolean
Whether the server should attempt to render PDF features if unsupported. The default value is true
Remarks
See Also