PdfFreeTextAnnotation
RectangleDifferences Property
|
Gets or sets the rectangular diffecences
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float[] RectangleDifferences { get; set; }
Public Property RectangleDifferences As Single()
Get
Set
public:
property array<float>^ RectangleDifferences {
array<float>^ get ();
void set (array<float>^ value);
}
member RectangleDifferences : float32[] with get, set
Property Value
Type:
Single
See Also