Table of Contents

Class XmpJobStruct

Namespace
Syncfusion.Pdf.Xmp
Assembly
Syncfusion.Pdf.Portable.dll

Declares Job structure.

public class XmpJobStruct : XmpStructure
Inheritance
XmpJobStruct
Inherited Members

Properties

ID

Gets or sets unique ID for the job. This field is a reference into some external job management system..

public string ID { get; set; }

Property Value

string

Name

Gets or sets informal name of job. This name is for user display and informal systems.

public string Name { get; set; }

Property Value

string

StructurePrefix

Gets prefix of the structure

protected override string StructurePrefix { get; }

Property Value

string

StructureURI

Gets name pf the structure.

protected override string StructureURI { get; }

Property Value

string

Url

Gets or sets a file URL referencing an external job management file.

public Uri Url { get; set; }

Property Value

Uri

Methods

InitializeEntities()

Initializes.

protected override void InitializeEntities()