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