Symbol
Represents a symbol report element.
public class Symbol : LayoutElement
Inheritance: ObjectLayoutElementSymbol
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Color | Gets or sets the Color object to use for the character of the Symbol. |
CustomCharacter | Gets or sets the CustomCharacter of the Symbol. |
Font | Gets or sets the Font object to use for the character of the Symbol. |
Height | Gets or sets the height of the Symbol. |
Size | Gets or sets the font size for the character of the Symbol. |
SymbolType | Gets or sets the SymbolType of the Symbol. |
VisibilityCondition | Gets or sets the VisibilityCondition of the Symbol. |
Width | Gets or sets the width of the Symbol. |
X | Gets or sets the X coordinate of the Symbol. |
Y | Gets 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.LaidOut | Occurs after the symbol has been laid out. |
Symbol.LayingOut | Occurs before the symbol is laid out. |