Accusoft.PdfXpress6.Net
MediaY Property (PageInfo)




Gets and sets the lower-left Y-coordinate of the media box rectangle, expressed in user space units.
Syntax
'Declaration
 
Public Property MediaY As Double
'Usage
 
Dim instance As PageInfo
Dim value As Double
 
instance.MediaY = value
 
value = instance.MediaY
public double MediaY {get; set;}
public: __property double get_MediaY();
public: __property void set_MediaY( 
   double value
);
public:
property double MediaY {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the y coordinate.
Remarks

The media box is the natural size of the page.

See Also

Reference

PageInfo Class
PageInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback