Class XmpJobStruct
Declares Job structure.
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 XmpJobStruct : XmpStructure
  Properties
ID
Gets or sets unique ID for the job. This field is a reference into some external job management system..
Declaration
public string ID { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Name
Gets or sets informal name of job. This name is for user display and informal systems.
Declaration
public string Name { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
StructurePrefix
Gets prefix of the structure
Declaration
protected override string StructurePrefix { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
StructureURI
Gets name pf the structure.
Declaration
protected override string StructureURI { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
Url
Gets or sets a file URL referencing an external job management file.
Declaration
public Uri Url { get; set; }
  Property Value
| Type | 
|---|
| System.Uri | 
Methods
InitializeEntities()
Initializes.
Declaration
protected override void InitializeEntities()