UnorderedSubList
Represents the UnorderedSubList.
public class UnorderedSubList : SubList, IListProperties
Public Class UnorderedSubList
    Inherits SubList
    Implements IListProperties
Inheritance: ObjectSubListUnorderedSubList
Implements: IListProperties
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
| BulletAlign | Gets or sets the Align enumeration that specifies the Bullet alignment of the SubList. (Inherited from SubList) | 
| BulletAreaWidth | Gets or sets the Width in which bullets will be drawn, for each ListItem of the SubList. (Inherited from SubList) | 
| BulletSize | Gets or Sets the bullet's size for the SubList . (Inherited from SubList) | 
| BulletStyle | Gets or Sets the BulletStyle of the SubList. | 
| Font | Gets or sets the Font of the text for the SubList. (Inherited from SubList) | 
| FontSize | Gets or Sets the Font size of the SubList. (Inherited from SubList) | 
| Items | Gets the ListItemLists of the SubList. (Inherited from SubList) | 
| Leading | Gets or Sets the leading for the text of the SubList. (Inherited from SubList) | 
| LeftIndent | Gets or Sets the LeftIndent of the whole SubList. Each ListItem may have his own LeftIndent. (Inherited from SubList) | 
| ListItemBottomMargin | Gets or Sets the BottomMargin of the ListItems in the SubList. (Inherited from SubList) | 
| ListItemTopMargin | Gets or Sets the TopMargin of the ListItems in the SubList. (Inherited from SubList) | 
| ParagraphIndent | Gets or Sets the paragraphIndent of the SubList. (Inherited from SubList) | 
| RightIndent | Gets or Sets the RightIndent of the whole SubList. Each ListItem may have his own RightIndent. (Inherited from SubList) | 
| RightToLeft | Gets or Sets a value indicating if the Text is in RighttoLeft language. (Inherited from SubList) | 
| StrikeThrough | Gets or Sets the text of each ListItem of the SubList as StrikeThrough. (Inherited from SubList) | 
| Tag | Gets or sets the structure element of the sub list. (Inherited from SubList) | 
| TagOrder | Gets or sets the structure element order of the sub list. (Inherited from SubList) | 
| TextAlign | Gets or sets the TextAlign enumeration that specifies the text alignment of the SubList. (Inherited from SubList) | 
| TextColor | Gets or sets the Color of the Text for whole SubList. (Inherited from SubList) | 
| TextOutlineColor | Gets or sets the Color of the Text for whole SubList. (Inherited from SubList) | 
| TextOutlineWidth | Gets or sets the line width to use for the text outline of the sub list. (Inherited from SubList) | 
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) |