Indicates the orientation of pages when printing.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IEImage..::..PrintOrientationTag PrintOrientation { get; set; }
Public Shared Property PrintOrientation As IEImage..::..PrintOrientationTag
	Get
	Set
public:
static property IEImage..::..PrintOrientationTag PrintOrientation {
	IEImage..::..PrintOrientationTag get ();
	void set (IEImage..::..PrintOrientationTag value);
}

See Also