Outline.IndentPosition Property

Aspose.Note for .NET API

OutlineIndentPosition Property

Gets or sets the indent position.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public byte IndentPosition { get; set; }
Public Property IndentPosition As Byte
	Get
	Set
public:
property unsigned char IndentPosition {
	unsigned char get ();
	void set (unsigned char value);
}
member IndentPosition : byte with get, set

Property Value

Type: Byte
See Also