Accusoft.NotateXpress13.Net
NewY Property (MappingInputEventArgs)




Gets the mapped y coordinate of the annotation currently being imported. Setting this property will modify the y position of the imported annotation.
Syntax
'Declaration
 
Public Property NewY As Integer
'Usage
 
Dim instance As MappingInputEventArgs
Dim value As Integer
 
instance.NewY = value
 
value = instance.NewY
public int NewY {get; set;}
public: __property int get_NewY();
public: __property void set_NewY( 
   int value
);
public:
property int NewY {
   int get();
   void set (    int value);
}
See Also

Reference

MappingInputEventArgs Class
MappingInputEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback