ArcFM Responder Mobile Developer Guide
ColorMode Property (MMSimplePrinterSettingsClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
Public Overridable Property ColorMode As mmPrintColorMode
'Usage
 
Dim instance As MMSimplePrinterSettingsClass
Dim value As mmPrintColorMode
 
instance.ColorMode = value
 
value = instance.ColorMode
[System.Runtime.InteropServices.DispId(1610678273)]
public virtual mmPrintColorMode ColorMode {get; set;}
public read-write property ColorMode: mmPrintColorMode; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
public function get,set ColorMode : mmPrintColorMode
[System.Runtime.InteropServices.DispId(1610678273)]
public: __property virtual mmPrintColorMode get_ColorMode();
public: __property virtual void set_ColorMode( 
   mmPrintColorMode value
);
[System.Runtime.InteropServices.DispId(1610678273)]
public:
virtual property mmPrintColorMode ColorMode {
   mmPrintColorMode get();
   void set (    mmPrintColorMode value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMSimplePrinterSettingsClass Class
MMSimplePrinterSettingsClass Members

Send Feedback