Specifies in what way the rendering result will be used. This values determines which
annotations will be rendered.
Namespace: TallComponents.PDF.Rasterizer.ConfigurationAssembly: 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 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. |