Interface IConversionJobWithTargetUnspecified


  • public interface IConversionJobWithTargetUnspecified
    A conversion job where the document type of the target document is not yet specified.
    • Method Detail

      • as

        IConversionJobWithPriorityUnspecified as​(DocumentType targetFormat)
        Defines the target document type for the given target.
        Parameters:
        targetFormat - The document type of the target document.
        Returns:
        The current conversion specification.