Show / Hide Table of Contents

Class SplitPDFResult

This class encapsulates the result of SplitPDFJob.

Inheritance
System.Object
SplitPDFResult
Implements
IPDFServicesJobResult
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class SplitPDFResult : IPDFServicesJobResult

Constructors

SplitPDFResult(List<IAsset>, IAsset)

Constructs a new SplitPDFResult instance.

Declaration
public SplitPDFResult(List<IAsset> assets, IAsset asset)
Parameters
Type Name Description
System.Collections.Generic.List<IAsset> assets

Result list of IAsset.

IAsset asset

Result IAsset, enclosing zipped output result.

Properties

Asset

Gets the result IAsset, enclosing zipped output result if an external asset was used as input PDF.

Declaration
public IAsset Asset { get; }
Property Value
Type Description
IAsset

Assets

Gets the list of result IAsset, if an internal asset was used as input PDF.

Declaration
public List<IAsset> Assets { get; }
Property Value
Type Description
System.Collections.Generic.List<IAsset>

Implements

IPDFServicesJobResult
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.