Back to Devexpress

PdfIconFit.ScalingCircumstances Property

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

latest1.5 KB
Original Source

PdfIconFit.ScalingCircumstances Property

Gets the circumstances under which the icon shall be scaled inside the annotation rectangle.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfIconScalingCircumstances ScalingCircumstances { get; }
vb
Public ReadOnly Property ScalingCircumstances As PdfIconScalingCircumstances

Property Value

TypeDescription
PdfIconScalingCircumstances

A PdfIconScalingCircumstances enumeration value that lists the circumstances for scaling an icon.

|

Available values:

NameDescription
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.

|

See Also

PdfIconFit Class

PdfIconFit Members

DevExpress.Pdf Namespace