Class ICC_Profile

java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.pdf.ICC_Profile

public class ICC_Profile extends Object
  • Field Details

    • data

      protected byte[] data
    • numComponents

      protected int numComponents
  • Constructor Details

    • ICC_Profile

      protected ICC_Profile()
  • Method Details

    • getInstance

      public static ICC_Profile getInstance(byte[] data, int numComponents)
    • getData

      public byte[] getData()
    • getNumComponents

      public int getNumComponents()