Show / Hide Table of Contents

Class CompressPDFResult

This class encapsulates the result of CompressPDFResult.

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

Constructors

CompressPDFResult(IAsset)

Constructs a new CompressPDFResult instance.

Declaration
public CompressPDFResult(IAsset asset)
Parameters
Type Name Description
IAsset asset

Result IAsset.

Properties

Asset

Gets the result IAsset.

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

Implements

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