Class ExtractPDFParams
Parameters to extract content from PDF using ExtractPDFJob
Inheritance
System.Object
ExtractPDFParams
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.extractpdf
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class ExtractPDFParams
Properties
AddCharInfo
Gets whether character level information was invoked for operation.
Declaration
public bool AddCharInfo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ElementsToExtract
Gets the list of elements (Text and/or Tables) invoked for operation
Declaration
public List<ExtractElementType> ElementsToExtract { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ExtractElementType> |
ElementsToExtractRenditions
Gets the list of ExtractRenditionsElementType invoked for job.
Declaration
public List<ExtractRenditionsElementType> ElementsToExtractRenditions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ExtractRenditionsElementType> |
IncludeStyling
Gets whether styling information was invoked for operation.
Declaration
public bool IncludeStyling { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
TableStructureType
Gets the TableStructureType of the resulting rendition
Declaration
public TableStructureType TableStructureType { get; }
Property Value
Type | Description |
---|---|
TableStructureType |
Methods
ExtractPDFParamsBuilder()
Creates a new ExtractPDFParams.Builder.
Declaration
public static ExtractPDFParams.Builder ExtractPDFParamsBuilder()
Returns
Type | Description |
---|---|
ExtractPDFParams.Builder | a ExtractPDFParams.Builder instance |