Compartir a través de


ITextCharacterFormat.Size Propiedad

Definición

Establece el tamaño de fuente.

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

void Size(float value);
public float Size { get; set; }
var single = iTextCharacterFormat.size;
iTextCharacterFormat.size = single;
Public Property Size As Single

Valor de propiedad

Single

float

Tamaño de fuente, en puntos de punto flotante.

Se aplica a