Accusoft.PrintPro8.Net
UserMediaType Property




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

Property Value

An integer value which represents the type of media being printed on.
Remarks

Use this property when the desired setting is manufacturer specific.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback