Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfIconScalingCircumstances Enum

Lists the circumstances under which the icon will be scaled inside the annotation rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

[PdfDefaultField(PdfIconScalingCircumstances.Always)]
public enum PdfIconScalingCircumstances

Members

Name Description
Always

Always scale.

BiggerThanAnnotationRectangle

Scale only when the icon is bigger than the annotation rectangle.

SmallerThanAnnotationRectangle

Scale only when the icon is smaller than the annotation rectangle.

Never

Never scale.

Remarks

Values listed by this enumeration are returned by the PdfIconFit.ScalingCircumstances property.

See Also