public class VersionSet extends Result
| Modifier and Type | Field and Description | 
|---|---|
| String | desiredVersion | 
| String | inputVersion | 
| boolean | set | 
| Constructor and Description | 
|---|
| VersionSet(String inputVersion,
          String desiredVersion,
          boolean set) | 
@JsonPropertyDescription(value="PDF version of the input document") public String inputVersion
@JsonPropertyDescription(value="PDF version of the output PDF document.") public String desiredVersion
@JsonPropertyDescription(value="The PDF version was set and the output document was created if it did not exist.") public boolean set
public VersionSet(String inputVersion, String desiredVersion, boolean set)
Copyright © 2015–2016 Hobrasoft s.r.o.. All rights reserved.