Click or drag to resize

PdfScaleCondition Enumeration

Represents a condition under which the content shall be scaled inside the available size.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public enum PdfScaleCondition
Members
Member nameValueDescription
Always0 Always scale.
ContentTooBig1 Scale only when the content is bigger than the available size.
ContentTooSmall2 Scale only when the content is smaller than the available size.
Never3 Never scale.
See Also