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