Class AutotagPDFParams
Parameters for creating a tagged PDF using AutotagPDFJob.
Inheritance
System.Object
AutotagPDFParams
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.autotag
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class AutotagPDFParams : IPDFServicesJobParams
Properties
IsGenerateReport
Gets a boolean value specifying whether an additional tagging report needs to be generated. True if additional tagging report needs to be generated, False otherwise
Declaration
public bool IsGenerateReport { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsShiftHeadings
Gets a boolean value specifying whether headings need to be shifted in the tagged PDF. True if headings need to be shifted in the tagged PDF, False otherwise
Declaration
public bool IsShiftHeadings { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AutotagPDFParamsBuilder()
Creates a new AutotagPDFParams.Builder.
Declaration
public static AutotagPDFParams.Builder AutotagPDFParamsBuilder()
Returns
Type | Description |
---|---|
AutotagPDFParams.Builder | a AutotagPDFParams.Builder instance |