Gets or sets the orientation of the cutting plane.

Property Value

array<Object>[]()[][]
A three-element array specifying the orientation of the cutting plane in world space, where each value represents the orientation in relation to the X, Y, and Z axes, respectively.

Remarks

If the array has more than 3 elements, only the first 3 will be considered. Exactly one of the values must be null, indicating an initial state of the cutting plane that is perpendicular to the corresponding axis and clipping all geometry on the positive side of that axis. The other two values must be numbers indicating the rotation of the plane, in degrees, around their corresponding axes. The order in which these rotations are applied should match the order in which the values appear in the array.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Object[] Orientation { get; set; }
Public Property Orientation As Object()
	Get
	Set
public:
property array<Object^>^ Orientation {
	array<Object^>^ get ();
	void set (array<Object^>^ value);
}
member Orientation : Object[] with get, set

Property Value

array<Object>[]()[][]

See Also