PdfScaleCondition Enum
Represents a condition under which the content shall be scaled inside the available size.
Fields
Always | Always scale. |
ContentTooBig | Scale only when the content is bigger than the available size. |
ContentTooSmall | Scale only when the content is smaller than the available size. |
Never | Never scale. |