PrintPageInfo.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the orientation option for the given print section.
public:
property PrintOrientation Orientation { PrintOrientation get(); void set(PrintOrientation value); };
PrintOrientation Orientation();
void Orientation(PrintOrientation value);
public PrintOrientation Orientation { get; set; }
var printOrientation = printPageInfo.orientation;
printPageInfo.orientation = printOrientation;
Public Property Orientation As PrintOrientation
Property Value
The orientation for the section.