Accusoft.NotateXpress13.Net
NewY Property (MappingOutputEventArgs)




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

Reference

MappingOutputEventArgs Class
MappingOutputEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback