PDF3DProjectionOrthoScaleStrategy¶
Namespace: O2S.Components.PDF4NET.Annotations
Supported orthographic scaling strategies.
Inheritance Object → ValueType → Enum → PDF3DProjectionOrthoScaleStrategy
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Width | 0 | Scale to fit the width of the annotation. |
| Height | 1 | Scale to fit the height of the annotation. |
| Min | 2 | Scale to fit the lesser of width or height of the annotation. |
| Max | 3 | Scale to fit the greater of width or height of the annotation. |
| Absolute | 4 | No scaling should occur due to binding. |