PdfScaleCondition Enumeration |
Represents a condition under which the content shall be scaled inside the available size.
Namespace: SautinSoft.Pdf.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.1.20
Syntaxpublic enum PdfScaleCondition
Public Enumeration PdfScaleCondition
Members| Member name | Value | Description |
|---|
| Always | 0 |
Always scale.
|
| ContentTooBig | 1 |
Scale only when the content is bigger than the available size.
|
| ContentTooSmall | 2 |
Scale only when the content is smaller than the available size.
|
| Never | 3 |
Never scale.
|
See Also