Accusoft.PdfXpress7.Net
MediaHeight Property (PageInfo)




Gets and sets the height of the media box rectangle, expressed in user space units.
Syntax
'Declaration
 
Public Property MediaHeight As Double
'Usage
 
Dim instance As PageInfo
Dim value As Double
 
instance.MediaHeight = value
 
value = instance.MediaHeight
public double MediaHeight {get; set;}
public: __property double get_MediaHeight();
public: __property void set_MediaHeight( 
   double value
);
public:
property double MediaHeight {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the height.
Remarks

The media box is the natural size of the page.

See Also

Reference

PageInfo Class
PageInfo Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback