 | OcrPageIteratorFirstLineIndent Property |
Gets the indent of the first line of current paragraph
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic int FirstLineIndent { get; }Public ReadOnly Property FirstLineIndent As Integer
Get
public:
property int FirstLineIndent {
int get ();
}member FirstLineIndent : int with get
/** @property */
public int get_FirstLineIndent()
function get_FirstLineIndent();
Property Value
Int32
See Also