Class DocumentProperties

  • Direct Known Subclasses:
    StampingProperties

    public class DocumentProperties
    extends java.lang.Object
    Class with additional properties for PdfDocument processing. Needs to be passed at document initialization.
    • Constructor Detail

      • DocumentProperties

        public DocumentProperties()
        Default constructor, use provided setters for configuration options.
      • DocumentProperties

        public DocumentProperties​(DocumentProperties other)
        Creates a copy of class instance.
        Parameters:
        other - the base for new class instance
    • Method Detail

      • isEventCountingMetaInfoSet

        public boolean isEventCountingMetaInfoSet()
        Checks if the document event counting meta info was already set.
        Returns:
        true if the document event counting meta info is set, false otherwise.