Class BasicJobTicketSchema
- Namespace
- Syncfusion.Pdf.Xmp
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents Basic Job Ticket Schema.
public class BasicJobTicketSchema : XmpSchema
- Inheritance
-
BasicJobTicketSchema
- Inherited Members
Constructors
BasicJobTicketSchema(XmpMetadata)
Creates schema object.
protected BasicJobTicketSchema(XmpMetadata xmp)
Parameters
xmpXmpMetadataParent XmpMetadata.
Properties
JobRef
Gets references an external job management file for a job process in which the document is being used. Use of job names is under user control. Typical use would be to identify all documents that are part of a particular job or contract.
public XmpArray JobRef { get; }
Property Value
Name
Gets name pf the schema.
protected override string Name { get; }
Property Value
Prefix
Gets prefix of the schema.
protected override string Prefix { get; }
Property Value
SchemaType
Gets type of the Schema.
public override XmpSchemaType SchemaType { get; }