Show / Hide Table of Contents

Class PDFWatermarkResult

This class encapsulates the result of PDFWatermarkJob.

Inheritance
System.Object
PDFWatermarkResult
Implements
IPDFServicesJobResult
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

Implements

IPDFServicesJobResult
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.