ArcFM Responder Mobile Developer Guide
Orientation Property (IMMSimplePrinterSettings)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678277)>
Property Orientation As mmPrintPageOrientation
'Usage
 
Dim instance As IMMSimplePrinterSettings
Dim value As mmPrintPageOrientation
 
instance.Orientation = value
 
value = instance.Orientation
[System.Runtime.InteropServices.DispId(1610678277)]
mmPrintPageOrientation Orientation {get; set;}
read-write property Orientation: mmPrintPageOrientation; 
System.Runtime.InteropServices.DispIdAttribute(1610678277)
function get,set Orientation : mmPrintPageOrientation
[System.Runtime.InteropServices.DispId(1610678277)]
__property mmPrintPageOrientation get_Orientation();
__property void set_Orientation( 
   mmPrintPageOrientation value
);
[System.Runtime.InteropServices.DispId(1610678277)]
property mmPrintPageOrientation Orientation {
   mmPrintPageOrientation get();
   void set (    mmPrintPageOrientation 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

IMMSimplePrinterSettings Interface
IMMSimplePrinterSettings Members

Send Feedback