Specifies in what way the rendering result will be used. This values determines which
annotations will be rendered.
Namespace: TallComponents.PDF.ConfigurationAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum RenderPurpose |
| Visual Basic |
|---|
Public Enumeration RenderPurpose |
Members
| Member name | Value | Description | |
|---|---|---|---|
| View | 0 | The render result will be used for on-screen viewing. This means that the Annotation.Invisible property determines whether an annotation will be rendered. | |
| 1 | The render result will be used for printing. This means that the Annotation.Print property determines whether an annotation will be rendered. |