Class AutotagPDFResult
This class encapsulates the result of AutotagPDFJob.
Inheritance
System.Object
AutotagPDFResult
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class AutotagPDFResult : IPDFServicesJobResult
Constructors
AutotagPDFResult(IAsset, IAsset, IAsset)
Constructs a new AutotagPDFResult
instance with the tagged PDF asset, report asset and resource asset.
Declaration
public AutotagPDFResult(IAsset taggedPDF, IAsset report, IAsset resource)
Parameters
Type | Name | Description |
---|---|---|
IAsset | taggedPDF | tagged PDF IAsset. |
IAsset | report | report IAsset. |
IAsset | resource | resource IAsset. |
Properties
Report
Gets the report IAsset.
Declaration
public IAsset Report { get; }
Property Value
Type | Description |
---|---|
IAsset |
Resource
Gets the resource IAsset.
Declaration
public IAsset Resource { get; }
Property Value
Type | Description |
---|---|
IAsset |
TaggedPDF
Gets the tagged PDF IAsset.
Declaration
public IAsset TaggedPDF { get; }
Property Value
Type | Description |
---|---|
IAsset |