OptionsPrintGroup Members
In This Article
#Constructors
Name | Description |
---|---|
Options |
Initializes a new instance of an Options |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether a layout item along with its nested items are included in a Layout |
Allow |
Gets or sets whether the layout group’s caption is included in the print/export output . |
Appearance |
Print/export appearance settings used to paint a layout group’s caption. |
Appearance |
Print/export appearance settings of a specific item’s label and control. For a Layout Group, this property specifies the default appearance settings for all layout items owned by the group.
Inherited from Options |
Appearance |
Contains print/export appearance settings used to paint a layout item.
Inherited from Options |
Appearance |
Print/export appearance settings of a specific item’s control. For a Layout Group, this property specifies the default appearance settings for controls of all layout items owned by the group.
Inherited from Options |
Appearance |
Print/export appearance settings of a specific item’s label. For a Layout Group, this property specifies the default appearance settings for labels of all layout items owned by the group.
Inherited from Options |
Text |
Gets or sets the distance between a layout item’s text and its control in the Layout |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all options to their default values.
Inherited from Base |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also