Class ImageBackgroundType


  • public class ImageBackgroundType
    extends BackgroundBaseType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds an image as a background layer to the document.</p>
     

    Java class for ImageBackgroundType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ImageBackgroundType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BackgroundBaseType">
           <all>
             <element name="settings" type="{http://schema.webpdf.de/1.0/operation}BackgroundBaseSettingsType" minOccurs="0"/>
             <element name="image" type="{http://schema.webpdf.de/1.0/operation}BackgroundFileDataType"/>
           </all>
         </extension>
       </complexContent>
     </complexType>