ITextDocument.DefaultTabStop Property

Definition

Gets or sets the default tab spacing.

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

void DefaultTabStop(float value);
public float DefaultTabStop { get; set; }
var single = iTextDocument.defaultTabStop;
iTextDocument.defaultTabStop = single;
Public Property DefaultTabStop As Single

Property Value

Single

float

The new default tab spacing. The default value is 36.0 points, or 0.5 inches.

Remarks

The default tab spacing is used whenever no tab exists beyond the desired display position.

Applies to

See also