PdfLiteSettingsRenderUnsupportedPdfFeatures 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
PdfWebControlLite instance.
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public 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
trueRemarks See Also