Click or drag to resize

StiPdfStructureCreateFontObject Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiPdfStructure.CreateFontObject(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPdfStructureStiPdfFontObjInfo CreateFontObject(
	bool addRef = false,
	bool useUnicodeMode = true,
	bool standardPdfFonts = false,
	bool embeddedFonts = true,
	bool annotFont = false
)

Parameters

addRef (Optional)
Type: SystemBoolean

[Missing <param name="addRef"/> documentation for "M:Stimulsoft.Report.Export.StiPdfStructure.CreateFontObject(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

useUnicodeMode (Optional)
Type: SystemBoolean

[Missing <param name="useUnicodeMode"/> documentation for "M:Stimulsoft.Report.Export.StiPdfStructure.CreateFontObject(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

standardPdfFonts (Optional)
Type: SystemBoolean

[Missing <param name="standardPdfFonts"/> documentation for "M:Stimulsoft.Report.Export.StiPdfStructure.CreateFontObject(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

embeddedFonts (Optional)
Type: SystemBoolean

[Missing <param name="embeddedFonts"/> documentation for "M:Stimulsoft.Report.Export.StiPdfStructure.CreateFontObject(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

annotFont (Optional)
Type: SystemBoolean

[Missing <param name="annotFont"/> documentation for "M:Stimulsoft.Report.Export.StiPdfStructure.CreateFontObject(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: StiPdfStructureStiPdfFontObjInfo

[Missing <returns> documentation for "M:Stimulsoft.Report.Export.StiPdfStructure.CreateFontObject(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also