Class PDFPropertiesParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties.PDFPropertiesParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class PDFPropertiesParams extends Object implements PDFServicesJobParams
Parameters for getting properties of a PDF usingPDFPropertiesJob
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PDFPropertiesParams.Builder
Builds aPDFPropertiesParams
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
includePageLevelProperties()
Returnstrue
if page level properties are set to be included in the resulting PDF properties.static PDFPropertiesParams.Builder
pdfPropertiesParamsBuilder()
Creates a newPDFPropertiesParams.Builder
.
-
-
-
Method Detail
-
includePageLevelProperties
public Boolean includePageLevelProperties()
Returnstrue
if page level properties are set to be included in the resulting PDF properties. Default value isfalse
- Returns:
true
if page level properties are set to be included in the resulting PDF properties.
-
pdfPropertiesParamsBuilder
public static PDFPropertiesParams.Builder pdfPropertiesParamsBuilder()
Creates a newPDFPropertiesParams.Builder
.- Returns:
- a
PDFPropertiesParams.Builder
instance
-
-