Controls whether the page graphics will be rendered. If set to false, no page graphics will be rendered. The default is true. This flag does not influence the rendering of annotations, so it can be used to render annotations only.

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

Syntax

C#
public bool RenderPageGraphics { get; set; }
Visual Basic
Public Property RenderPageGraphics As Boolean
	Get
	Set

See Also