Pen |
public class PenSet
The PenSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultPen | The default pen. |
![]() | DefaultPenNumber | The default pen number from this pen set that will be used when a new markable job element is created.. |
![]() | HasPen | The flag whether there is any pen in the collection. |
![]() | ID | The unique identifier of this pen collection. |
![]() | Item | The enumeration of the pens in the collection. |
![]() | Name | The name of this pen collection. |
![]() | PenMap | The pens that are currently being managed. By default, pen 1 is added and not removable. |
Name | Description | |
---|---|---|
![]() | AddPen | Adds a given pen to the collection. |
![]() | Clear | Removes all pens from the collection. |
![]() | ContainsSamePens | Returns true if all pens are the same. |
![]() | CopyFrom | Copies pens from a given pen set. |
![]() | CopyToDefaultPen | Sets a given pen as the default pen. |
![]() | GetPenOrDefault | Returns the specified pen if available. Otherwise DefaultPen will be returned. |
![]() | InheritFromDefault | Makes pens inherit values from the default pen. |
![]() | IsAllPensDefault | Checks if all the pens have default values only. |
![]() | MassUpdatePens | Copies all properties from the given pen to the selected pens, but use the masking pen to decide which properties should be updated. |
![]() | MergeFrom | Merges a given pen set to this pen set. |
![]() | RemovePen | Removes a given pen from the collection. |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString) |