Class JobComment
Class JobComment
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.4.0)
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, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← ParameterInit ← StringParameterInit ← JobComment
Implements
IJobPrintTicketItem , IPrintTicketItem , IPrintTicketElementChild
Inherited Members
StringParameterInit.MinLength , StringParameterInit.MaxLength , PrintTicketElement.Name , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
JobComment(string)
Creates a new instance.
public JobComment(string value)
Parameters
value
string
The parameter value.