Gets or sets the crease value.

Remarks

The crease value is specified in degrees, from 0 to 360.

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

Property Value

Single

See Also