package at.asit.pdfover.signator; /** * Provides a logo for a signature block */ public interface Emblem { /** * Return the file name of the Emblem * @return the file name */ public String getFileName(); }