Gets or sets the word processing option for page orientation, such portrait, landscape, or original orientation.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public PageOrientation PageOrientation { get; set; }
public PageOrientation PageOrientation { get; set; }Public Property PageOrientation As PageOrientation
Get
Set
Public Property PageOrientation As PageOrientation
Get
Set
public:
property PageOrientation PageOrientation {
PageOrientation get ();
void set (PageOrientation value);
}
public:
property PageOrientation PageOrientation {
PageOrientation get ();
void set (PageOrientation value);
}member PageOrientation : PageOrientation with get, set
member PageOrientation : PageOrientation with get, set
Property Value
Type:
PageOrientation
Corresponds to the Page Orientation options under the Word Processing Options tab.
Reference