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