Class JobComment
Specifies a comment associated with the job. Example: “Please deliver to room 1234 when completed”. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobcomment
public sealed class JobComment : StringParameterInit, IJobPrintTicketItem
Constructors
Name | Description |
---|
JobComment(string) | Creates a new instance. |
Properties
Name | Description |
---|
virtual MaxLength { get; } | For string values, defines the longest allowed string. |
virtual MinLength { get; } | For string values, defines the shortest allowed string. |
Name { get; } | Gets the element name. |
See Also