ITextDocument.DefaultTabStop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.