Type3FontItem Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the Type3FontGlyph with the specified char code.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Fonts
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Type3FontGlyph this[
	char c
] { get; set; }

Parameters

c
Type: SystemChar

Property Value

Type: Type3FontGlyph
See Also

Reference