Show / Hide Table of Contents

Class PDFAccessibilityCheckerResult

This class encapsulates the result of PDFAccessibilityCheckerJob.

Inheritance
System.Object
PDFAccessibilityCheckerResult
Implements
IPDFServicesJobResult
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFAccessibilityCheckerResult : IPDFServicesJobResult

Constructors

PDFAccessibilityCheckerResult(IAsset, IAsset)

Constructs a new PDFAccessibilityCheckerResult instance with a PDF asset, report asset.

Declaration
public PDFAccessibilityCheckerResult(IAsset asset, IAsset report)
Parameters
Type Name Description
IAsset asset

PDF IAsset.

IAsset report

report IAsset.

Properties

Asset

Gets the PDF IAsset.

Declaration
public IAsset Asset { get; }
Property Value
Type Description
IAsset

Report

Gets the report IAsset.

Declaration
public IAsset Report { get; }
Property Value
Type Description
IAsset

Implements

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