Uses of Class
com.dynamicpdf.api.MergeOptions
Packages that use MergeOptions
- 
Uses of MergeOptions in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return MergeOptionsModifier and TypeMethodDescriptionPdfInput.getMergeOptions()Gets the merge optionsMergeOptions.Methods in com.dynamicpdf.api with parameters of type MergeOptionsModifier and TypeMethodDescriptionPdf.addPdf(PdfResource resource, MergeOptions options)Returns aPdfInputobject containing the input pdf.Pdf.addPdf(String cloudResourcePath, MergeOptions options)Returns aPdfInputobject containing the input pdf.voidPdfInput.setMergeOptions(MergeOptions value)Sets the merge optionsMergeOptions.Constructors in com.dynamicpdf.api with parameters of type MergeOptionsModifierConstructorDescriptionPdfInput(PdfResource resource, MergeOptions options)Initializes a new instance of thePdfInputclass.PdfInput(String cloudResourcePath, MergeOptions options)Returns aPdfInputobject containing the input pdf.