Search
PdfExporter.RenderOptions Property
See Also
 





Gets a RenderOptions instance that provides various settings for configuring the appearance of exported diagrams.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public RenderOptions RenderOptions { get; }

Visual Basic  Copy Code

Public ReadOnly Property RenderOptions As RenderOptions

 Property Value

RenderOptions reference.

 See Also