DocumentUploadingEventArgsRenderUnsupportedPdfFeatures 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.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool RenderUnsupportedPdfFeatures { get; set; }
Public Property RenderUnsupportedPdfFeatures As Boolean
Get
Set
Property Value
Type:
BooleanWhether the server should attempt to render PDF features if unsupported. The default value is
true.
Remarkstrue is recommended so that PDF features not fully supported by RAD PDF are still displayed in the control.
See Also