Class ExportPDFToImagesResult
This class encapsulates the result of ExportPDFToImagesJob.
Inheritance
System.Object
ExportPDFToImagesResult
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class ExportPDFToImagesResult : IPDFServicesJobResult
Constructors
ExportPDFToImagesResult(List<IAsset>)
Constructs a new ExportPDFToImagesResult
instance.
Declaration
public ExportPDFToImagesResult(List<IAsset> assets)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<IAsset> | assets | Result list of IAsset. |
Properties
Assets
Gets the result IAsset.
Declaration
public List<IAsset> Assets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IAsset> |