PaperSettingsDataOrientation Property |
Gets or sets the paper orientation.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "orientation", EmitDefaultValue = true)]
public PaperOrientation Orientation { get; set; }
<DataMemberAttribute(Name := "orientation", EmitDefaultValue := true)>
Public Property Orientation As PaperOrientation
Get
Set
public:
[DataMemberAttribute(Name = L"orientation", EmitDefaultValue = true)]
property PaperOrientation Orientation {
PaperOrientation get ();
void set (PaperOrientation value);
}
[<DataMemberAttribute(Name = "orientation", EmitDefaultValue = true)>]
member Orientation : PaperOrientation with get, set
Property Value
Type:
PaperOrientationSee Also