Class BasicJobTicketSchema
Represents Basic Job Ticket Schema.
Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class BasicJobTicketSchema : XmpSchema
  Constructors
BasicJobTicketSchema(XmpMetadata)
Creates schema object.
Declaration
protected BasicJobTicketSchema(XmpMetadata xmp)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmpMetadata | xmp | Parent 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.
Declaration
public XmpArray JobRef { get; }
  Property Value
| Type | 
|---|
| XmpArray | 
Name
Gets name pf the schema.
Declaration
protected override string Name { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
Prefix
Gets prefix of the schema.
Declaration
protected override string Prefix { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
SchemaType
Gets type of the Schema.
Declaration
public override XmpSchemaType SchemaType { get; }
  Property Value
| Type | 
|---|
| XmpSchemaType |