Back to Devexpress

PdfIconScalingType Enum

officefileapi-devexpress-dot-pdf-f3f0ad5a.md

latest1.3 KB
Original Source

PdfIconScalingType Enum

Lists the type of icon scaling in the widget annotation rectangle.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfIconScalingType.Proportional)]
public enum PdfIconScalingType
vb
<PdfDefaultField(PdfIconScalingType.Proportional)>
Public Enum PdfIconScalingType

Members

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.

|

The following properties accept/return PdfIconScalingType values:

See Also

DevExpress.Pdf Namespace