Class PDFWatermarkResult
This class encapsulates the result of PDFWatermarkJob.
Inheritance
System.Object
PDFWatermarkResult
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFWatermarkResult : IPDFServicesJobResult
Constructors
PDFWatermarkResult(IAsset)
Constructs a new PDFWatermarkResult
instance.
Declaration
public PDFWatermarkResult(IAsset asset)
Parameters
Type | Name | Description |
---|---|---|
IAsset | asset | The watermarked PDF as an Asset |
Properties
Asset
Gets the watermarked PDF Asset instance.
Declaration
public IAsset Asset { get; }
Property Value
Type | Description |
---|---|
IAsset |