Symbol

Represents a symbol report element.

public class Symbol : LayoutElement
Public Class Symbol
    Inherits LayoutElement

Inheritance: ObjectLayoutElementSymbol

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

ColorGets or sets the Color object to use for the character of the Symbol.
CustomCharacterGets or sets the CustomCharacter of the Symbol.
FontGets or sets the Font object to use for the character of the Symbol.
HeightGets or sets the height of the Symbol.
SizeGets or sets the font size for the character of the Symbol.
SymbolTypeGets or sets the SymbolType of the Symbol.
VisibilityConditionGets or sets the VisibilityCondition of the Symbol.
WidthGets or sets the width of the Symbol.
XGets or sets the X coordinate of the Symbol.
YGets or sets the Y coordinate of the Symbol.

Methods

Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

Events

Symbol.LaidOutOccurs after the symbol has been laid out.
Symbol.LayingOutOccurs before the symbol is laid out.

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic