Gets or sets the center of the cutting plane.

Remarks

A three element array specifying the center of rotation on the cutting plane in world space coordinates.

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 float[] Center { get; set; }
Public Property Center As Single()
	Get
	Set
public:
property array<float>^ Center {
	array<float>^ get ();
	void set (array<float>^ value);
}
member Center : float32[] with get, set

Property Value

array<Single>[]()[][]

See Also