Accusoft.NotateXpress13.Net
LineScaling Property




Gets and sets how all lines are scaled relative to an image’s vertical resolution DPI.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("NotateXpress")>
<DescriptionAttribute("Inidciates how all lines are scaled relative to an image’s vertical resolution.")>
Public Property LineScaling As LineScaling
'Usage
 
Dim instance As NotateXpress
Dim value As LineScaling
 
instance.LineScaling = value
 
value = instance.LineScaling
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates how all lines are scaled relative to an image’s vertical resolution.")]
public LineScaling LineScaling {get; set;}
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates how all lines are scaled relative to an image’s vertical resolution.")]
public: __property LineScaling get_LineScaling();
public: __property void set_LineScaling( 
   LineScaling value
);
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates how all lines are scaled relative to an image’s vertical resolution.")]
public:
property LineScaling LineScaling {
   LineScaling get();
   void set (    LineScaling value);
}

Property Value

The LineScaling enumeration value set.
Remarks

This property determines how the size of the line is rendered.

When LineScaling is Normal, a line is simply scaled by the current zoom percentage of the image. This is the default of NotateXpress, and the only option prior to version 9. When LineScaling is set to YResolution and ImagXpress contains a valid value for the Resolution Y property, a line is scaled to take this vertical dpi value into account.

See Also

Reference

NotateXpress Class
NotateXpress Members
LineScaling Property

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback