Accusoft.NotateXpress13.Net
FontScaling Property




FontScaling is an enumerated type that determines how a font is scaled relative to an image’s vertical resolution DPI.
Syntax
'Declaration
 
<CategoryAttribute("NotateXpress")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Inidciates how a font is scaled relative to an image’s vertical resolution")>
Public Property FontScaling As FontScaling
'Usage
 
Dim instance As NotateXpress
Dim value As FontScaling
 
instance.FontScaling = value
 
value = instance.FontScaling
[Category("NotateXpress")]
[Browsable(true)]
[Description("Inidciates how a font is scaled relative to an image’s vertical resolution")]
public FontScaling FontScaling {get; set;}
[Category("NotateXpress")]
[Browsable(true)]
[Description("Inidciates how a font is scaled relative to an image’s vertical resolution")]
public: __property FontScaling get_FontScaling();
public: __property void set_FontScaling( 
   FontScaling value
);
[Category("NotateXpress")]
[Browsable(true)]
[Description("Inidciates how a font is scaled relative to an image’s vertical resolution")]
public:
property FontScaling FontScaling {
   FontScaling get();
   void set (    FontScaling value);
}

Property Value

The FontScaling enumeration value set.
Remarks

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.

See Also

Reference

NotateXpress Class
NotateXpress Members
FontScaling Property

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback