ITessApiSignaturesResultIteratorWordFontAttributes Method ByteScout Text Recognition SDK

[Missing <summary> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

Namespace:  Tesseract4.Interop
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 1.5.1.210-local
Syntax

IntPtr ResultIteratorWordFontAttributes(
	HandleRef handle,
	out bool isBold,
	out bool isItalic,
	out bool isUnderlined,
	out bool isMonospace,
	out bool isSerif,
	out bool isSmallCaps,
	out int pointSize,
	out int fontId
)

Parameters

handle
Type: System.Runtime.InteropServicesHandleRef

[Missing <param name="handle"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

isBold
Type: SystemBoolean

[Missing <param name="isBold"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

isItalic
Type: SystemBoolean

[Missing <param name="isItalic"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

isUnderlined
Type: SystemBoolean

[Missing <param name="isUnderlined"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

isMonospace
Type: SystemBoolean

[Missing <param name="isMonospace"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

isSerif
Type: SystemBoolean

[Missing <param name="isSerif"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

isSmallCaps
Type: SystemBoolean

[Missing <param name="isSmallCaps"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

pointSize
Type: SystemInt32

[Missing <param name="pointSize"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

fontId
Type: SystemInt32

[Missing <param name="fontId"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Tesseract4.Interop.ITessApiSignatures.ResultIteratorWordFontAttributes(System.Runtime.InteropServices.HandleRef,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Boolean@,System.Int32@,System.Int32@)"]

See Also

Reference