Compartir a través de


ITextParagraphFormat.SpaceBefore Propiedad

Definición

Obtiene o establece la cantidad de espacio vertical encima de un párrafo.

public:
 property float SpaceBefore { float get(); void set(float value); };
float SpaceBefore();

void SpaceBefore(float value);
public float SpaceBefore { get; set; }
var single = iTextParagraphFormat.spaceBefore;
iTextParagraphFormat.spaceBefore = single;
Public Property SpaceBefore As Single

Valor de propiedad

Single

float

Cantidad de espacio vertical, en puntos de punto flotante.

Se aplica a

Consulte también