Click or drag to resize

DocumentAppendingEventArgs.RenderUnsupportedPdfFeatures 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:  RadPdf (in RadPdf.dll) Version: 4.3.0.0 (4.3.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

The value of this property will not effect pages of the document already rendered, only those being appended.

If AllowFindMatchingPdf is true and the append data is found, the value of this property at the time the PDF was loaded will override this setting.

This property has no effect unless AppendType is Data.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!