ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.BasicJobTicket Namespace / ImGearBasicJobTicketXMPMetadata Class / JobRef Property




In This Topic
JobRef Property
In This Topic
Gets or sets JobRef property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property JobRef As ImGearXMPBag(Of ImGearXMPJob)
 
'Usage
 
Dim instance As ImGearBasicJobTicketXMPMetadata
Dim value As ImGearXMPBag(Of ImGearXMPJob)
 
instance.JobRef = value
 
value = instance.JobRef

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImGearXMPJob type parameter.
Remarks
This XMP property references an external job management file for a job process in which the document is being used.
See Also