Uses of Class
com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PDFProperties
-
Packages that use PDFProperties Package Description com.adobe.pdfservices.operation.pdfjobs.result Contains the result classes and sub-packages forPDFServicesJob
implementations in thecom.adobe.pdfservices.operation.pdfjobs.jobs
package. -
-
Uses of PDFProperties in com.adobe.pdfservices.operation.pdfjobs.result
Methods in com.adobe.pdfservices.operation.pdfjobs.result that return PDFProperties Modifier and Type Method Description PDFProperties
PDFPropertiesResult. getPdfProperties()
ReturnsPDFProperties
Constructors in com.adobe.pdfservices.operation.pdfjobs.result with parameters of type PDFProperties Constructor Description PDFPropertiesResult(PDFProperties pdfProperties, String pdfPropertiesJson)
Constructs a newPDFPropertiesResult
instance withPDFProperties
and PDF Properties JSON
-