Class LinearizePDFResult
This class encapsulates the result of LinearizePDFJob.
Inheritance
System.Object
LinearizePDFResult
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class LinearizePDFResult : IPDFServicesJobResult
Constructors
LinearizePDFResult(IAsset)
Constructs a new LinearizePDFResult
instance.
Declaration
public LinearizePDFResult(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 |