Specifies in what way the rendering result will be used. This values determines which annotations will be rendered.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public enum RenderPurpose
Visual Basic
Public Enumeration RenderPurpose

Members

Member nameValueDescription
View0 The render result will be used for on-screen viewing. This means that the Annotation.Invisible property determines whether an annotation will be rendered.
Print1 The render result will be used for printing. This means that the Annotation.Print property determines whether an annotation will be rendered.

See Also