Class PDFPropertiesParams.Builder
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties.PDFPropertiesParams.Builder
-
- Enclosing class:
- PDFPropertiesParams
public static class PDFPropertiesParams.Builder extends Object
Builds aPDFPropertiesParamsinstance.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFPropertiesParamsbuild()Returns a newPDFPropertiesParamsinstance built from the current state of this builder.PDFPropertiesParams.BuilderincludePageLevelProperties()Sets the includePageLevelProperties parameter.
-
-
-
Method Detail
-
includePageLevelProperties
public PDFPropertiesParams.Builder includePageLevelProperties()
Sets the includePageLevelProperties parameter. If true, the page level properties of the input PDF will be included in the resulting JSON file or JSON Object. Default value isfalse- Returns:
- this Builder instance to add any additional parameters
-
build
public PDFPropertiesParams build()
Returns a newPDFPropertiesParamsinstance built from the current state of this builder.- Returns:
- a new
PDFPropertiesParamsinstance
-
-