Gets or sets a value indicating whether the export should include opacity information for various elements.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport
SyntaxC#
Copy Code
|
|---|
public bool RenderOpacity { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RenderOpacity As Boolean |
See Also