Click or drag to resize

ElementReaderType3FontBegin Method

A method used to spawn a sub-display list representing a Type3 Font glyph. You can call this method at any point as long as the current element in the ElementReader is a text element whose font type is type 3.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Type3FontBegin(
	CharData char_data
)

Parameters

char_data
Type: pdftron.PDFCharData
The information about the glyph to process. You can get this information by dereferencing a CharIterator.
See Also