Accusoft.NotateXpressSdk Namespace : FontScaling Enumeration |
'Declaration Public Enum FontScaling Inherits System.Enum
'Usage Dim instance As FontScaling
public enum FontScaling : System.Enum
__value public enum FontScaling : public System.Enum
public enum class FontScaling : public System.Enum
Member | Value | Description |
---|---|---|
Normal | 0 | A font is scaled by the current zoom percentage of the image. |
Normal2 | 2 | A font is scaled by the current zoom percentage of the image. It is recommended this value is used to achieve best performance versus other values. |
ResolutionY | 1 | A font is scaled to take the vertical dpi value into account. ImagXpress must contain a valid value for the Resolution property. |
System.Object
System.ValueType
System.Enum
Accusoft.NotateXpressSdk.FontScaling