Uses of Class
com.itextpdf.text.pdf.ICC_Profile

Packages that use ICC_Profile
com.itextpdf.text   
com.itextpdf.text.pdf   
 

Uses of ICC_Profile in com.itextpdf.text
 

Fields in com.itextpdf.text declared as ICC_Profile
protected  ICC_Profile Image.profile
          ICC Profile attached
 

Methods in com.itextpdf.text that return ICC_Profile
 ICC_Profile Image.getICCProfile()
          Gets the images ICC profile.
 

Methods in com.itextpdf.text with parameters of type ICC_Profile
 void Image.tagICC(ICC_Profile profile)
          Tags this image with an ICC profile.
 

Uses of ICC_Profile in com.itextpdf.text.pdf
 

Methods in com.itextpdf.text.pdf that return ICC_Profile
static ICC_Profile ICC_Profile.getInstance(byte[] data)
           
static ICC_Profile ICC_Profile.getInstance(byte[] data, int numComponents)
           
static ICC_Profile ICC_Profile.getInstance(InputStream file)
           
static ICC_Profile ICC_Profile.GetInstance(String fname)
           
 

Methods in com.itextpdf.text.pdf with parameters of type ICC_Profile
 void PdfWriter.setOutputIntents(String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile)
          Sets the values of the output intent dictionary.
 

Constructors in com.itextpdf.text.pdf with parameters of type ICC_Profile
PdfICCBased(ICC_Profile profile)
          Creates an ICC stream.
PdfICCBased(ICC_Profile profile, int compressionLevel)
          Creates an ICC stream.
 



Copyright © 2013. All Rights Reserved.