The render settings of the viewer.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public RenderSettings RenderSettings { get; }
Visual Basic
Public ReadOnly Property RenderSettings As RenderSettings
	Get

Remarks

If a PagesViewer is associated with a ThumbnailsViewer both will use the same RenderSettings instance. So any changes that are made to the RenderSettings of either viewer will have effect for both.

See Also