Table of Contents

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

xmp XmpMetadata

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.

public XmpArray JobRef { get; }

Property Value

XmpArray

Name

Gets name pf the schema.

protected override string Name { get; }

Property Value

string

Prefix

Gets prefix of the schema.

protected override string Prefix { get; }

Property Value

string

SchemaType

Gets type of the Schema.

public override XmpSchemaType SchemaType { get; }

Property Value

XmpSchemaType