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

PdfIconScalingType Enum

Lists the type of icon scaling within the annotation rectangle.

Namespace: DevExpress.Pdf

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

Declaration

[PdfDefaultField(PdfIconScalingType.Proportional)]
public enum PdfIconScalingType

Members

Name Description
Anamorphic

Scale the icon to fill the annotation rectangle exactly, without regard to its original aspect ratio.

Proportional

Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon’s original aspect ratio.

Remarks

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

See Also