Show / Hide Table of Contents

Class PDFAccessibilityCheckerParams.Builder

Builds a PDFAccessibilityCheckerParams instance.

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

Methods

Build()

Returns a new instance of PDFAccessibilityCheckerParams built from the current state of this builder.

Declaration
public PDFAccessibilityCheckerParams Build()
Returns
Type Description
PDFAccessibilityCheckerParams

A new PDFAccessibilityCheckerParams instance.

WithPageEnd(Int32)

Sets the end page for the accessibility check.

Declaration
public PDFAccessibilityCheckerParams.Builder WithPageEnd(int pageEnd)
Parameters
Type Name Description
System.Int32 pageEnd

The end page.

Returns
Type Description
PDFAccessibilityCheckerParams.Builder

this Builder instance to add any additional parameters

WithPageStart(Int32)

Sets the start page for the accessibility check.

Declaration
public PDFAccessibilityCheckerParams.Builder WithPageStart(int pageStart)
Parameters
Type Name Description
System.Int32 pageStart

The start page.

Returns
Type Description
PDFAccessibilityCheckerParams.Builder

this Builder instance to add any additional parameters

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