Accusoft.PrintPro8.Net
MediaType Property




Gets and sets the type of media being printed on (if the printer supports this feature).
Syntax
'Declaration
 
Public Property MediaType As MediaType
'Usage
 
Dim instance As Printer
Dim value As MediaType
 
instance.MediaType = value
 
value = instance.MediaType
public MediaType MediaType {get; set;}
public: __property MediaType get_MediaType();
public: __property void set_MediaType( 
   MediaType value
);
public:
property MediaType MediaType {
   MediaType get();
   void set (    MediaType value);
}

Property Value

A MediaType enumeration value option which determines the type of media being printed on.
Remarks

The effect of setting the MediaType property depends on the driver supplied by the printer manufacturer. Some property settings may have no effect.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback