Gets or sets the crease value.
Namespace: Spire.Pdf.Annotations
Remarks
The crease value is specified in degrees, from 0 to 360.
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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