Class ExtractPDFResult
This class encapsulates the result of ExtractPDFJob.
Inheritance
System.Object
ExtractPDFResult
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class ExtractPDFResult : IPDFServicesJobResult
Constructors
ExtractPDFResult(IAsset, IAsset, JObject)
Constructs a new ExtractPDFResult
instance.
Declaration
public ExtractPDFResult(IAsset content, IAsset resource, JObject contentJSON)
Parameters
Type | Name | Description |
---|---|---|
IAsset | content | Result content IAsset. |
IAsset | resource | Result resource IAsset. |
Newtonsoft.Json.Linq.JObject | contentJSON | Result content JSON. |
Properties
Content
Gets the result IAsset, if an internal asset was used as input PDF.
Declaration
public IAsset Content { get; }
Property Value
Type | Description |
---|---|
IAsset |
ContentJSON
Gets the result IAsset, if an internal asset was used as input PDF.
Declaration
public JObject ContentJSON { get; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject |
Resource
Gets the result IAsset.
Declaration
public IAsset Resource { get; }
Property Value
Type | Description |
---|---|
IAsset |