Class SignatureImageType


  • public class SignatureImageType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p153899_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p442156_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define an image, for the visual signature, that will be drawn in the signature's background. The image itself is passed with <code>&lt;data&gt;</code>.
                     </p>
     

    Java class for SignatureImageType complex type.

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

    
     <complexType name="SignatureImageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="data" type="{http://schema.webpdf.de/1.0/operation}SignatureFileDataType"/>
           </all>
           <attribute name="opacity" default="50">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="100"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="position" default="center">
             <simpleType>
               <restriction base="{http://schema.webpdf.de/1.0/operation}SignatureImagePositionType">
                 <enumeration value="center"/>
                 <enumeration value="left"/>
                 <enumeration value="right"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>