Show / Hide Table of Contents

Class PDFAccessibilityCheckerParams

Parameters for checking PDF accessibility using PDFAccessibilityCheckerJob.

Inheritance
System.Object
PDFAccessibilityCheckerParams
Implements
IPDFServicesJobParams
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.pdfaccessibilitychecker
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFAccessibilityCheckerParams : IPDFServicesJobParams

Properties

PageEnd

Gets page end specified for the accessibility check

Declaration
public int? PageEnd { get; }
Property Value
Type Description
System.Nullable<System.Int32>

PageStart

Gets page start specified for the accessibility check

Declaration
public int? PageStart { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

PDFAccessibilityCheckerParamsBuilder()

Creates a new PDFAccessibilityCheckerParams.Builder for PDFAccessibilityCheckerParams.

Declaration
public static PDFAccessibilityCheckerParams.Builder PDFAccessibilityCheckerParamsBuilder()
Returns
Type Description
PDFAccessibilityCheckerParams.Builder

a PDFAccessibilityCheckerParams.Builder instance.

Implements

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