Accusoft.NotateXpressSdk Namespace > NotateXpress Class : FontScaling Property |
'Declaration <CategoryAttribute("NotateXpress")> <DescriptionAttribute("Inidciates how a font is scaled relative to an image’s vertical resolution")> <BrowsableAttribute(True)> Public Property FontScaling As FontScaling
'Usage Dim instance As NotateXpress Dim value As FontScaling instance.FontScaling = value value = instance.FontScaling
[Category("NotateXpress")] [Description("Inidciates how a font is scaled relative to an image’s vertical resolution")] [Browsable(true)] public FontScaling FontScaling {get; set;}
[Category("NotateXpress")] [Description("Inidciates how a font is scaled relative to an image’s vertical resolution")] [Browsable(true)] public: __property FontScaling get_FontScaling(); public: __property void set_FontScaling( FontScaling value );
[Category("NotateXpress")] [Description("Inidciates how a font is scaled relative to an image’s vertical resolution")] [Browsable(true)] public: property FontScaling FontScaling { FontScaling get(); void set ( FontScaling value); }
The size of the text is determined in the Font's size member. How that size is rendered is determined by this property.
When FontScaling is Normal, a font is simply scaled by the current zoom percentage of the image. This is the default of NotateXpress. When FontScaling is set to YResolution and ImagXpress contains a valid value for the Resolution Y property, a font is scaled to take this vertical DPI value into account.