Back to Devexpress

PdfIconFit.ScalingType Property

officefileapi-devexpress-dot-pdf-dot-pdficonfit-71bc4439.md

latest1.3 KB
Original Source

PdfIconFit.ScalingType Property

Get the type of icon scaling.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfIconScalingType ScalingType { get; }
vb
Public ReadOnly Property ScalingType As PdfIconScalingType

Property Value

TypeDescription
PdfIconScalingType

A PdfIconScalingType enumeration value that is the icon scaling type.

|

Available values:

NameDescription
Anamorphic

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

| | Proportional |

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

|

See Also

PdfIconFit Class

PdfIconFit Members

DevExpress.Pdf Namespace