Deprecated API


Contents
Deprecated Methods
aspose.pdf.ImageInfo.getBitsPerComponent()
          This function is now obsolete. Web image can be supported by setting the URL in Image.ImageInfo.File. You need not set this property any more. 
aspose.pdf.Heading.getBulletAlignment()
          This function is now obsolete. You should use getLabelAlignment() to get the alignment type of Bullet/Label. 
aspose.pdf.Heading.getBulletColor()
          This function is now obsolete. You should use getLabelColor() to set the color of bullet/label. 
aspose.pdf.Heading.getBulletFontName()
          This function is now obsolete. You should use getLabelFontName() to get the font name for bullet. 
aspose.pdf.Heading.getCaptionLebel()
          This function is now obsolete. You should use Label to get the caption label. 
aspose.pdf.ImageInfo.getComponentNumber()
          This property is now obsolete. Web image can be supported by setting the URL in Image.ImageInfo.File.You need not set this property any more. 
aspose.pdf.Cell.getFitWidth()
          Please use Table.getColumnWidths() instead. 
aspose.pdf.Heading.getIsBulletUnicode()
          This function is now obsolete. You should use getIsLabelUnicode() to get whether the bullet/Label uses a unicode character. 
aspose.pdf.ImageInfo.getMemoryData()
          This function is now obsolete. Please use ImageStream instead. 
aspose.pdf.ImageInfo.getOpenType()
          This function is now obsolete. URL is supported in Image.ImageInfo.File. Memory image can be supported by Image.ImageInfo.ImageStream. You need not set OpenType any more. 
aspose.pdf.Heading.getUserLabel()
          This function is now obsolete. You should use getLabel() to get the user label. 
aspose.pdf.Pdf.setBookMarkLevel(int)
          Obsolete. Will be deleted in 12 months, Date: May 15, 2012. Use Pdf.setBookmarkLevel(int) instead. 
aspose.pdf.Heading.setBulletAlignment(AlignmentType)
          This function is now obsolete. You should use setLabelAlignment() to set the alignment type of Bullet/Label. 
aspose.pdf.Heading.setBulletColor(Color)
          This function is now obsolete. You should use setLabelColor() to set the color of bullet/label. 
aspose.pdf.Heading.setBulletFontName(String)
          This property is now obsolete. You should use setLabelFontName() to set the font name for bullet. 
aspose.pdf.Heading.setCaptionLebel(String)
          This function is now obsolete. You should use Label to set the caption label. 
aspose.pdf.ImageInfo.setComponentNumber(int)
          This property is now obsolete. Web image can be supported by setting the URL in Image.ImageInfo.File. You need not set this property any more. 
aspose.pdf.Cell.setFitWidth(float)
          Please use Table.setColumnWidths() instead. 
aspose.pdf.Image.setImageWidth(float)
          This function is now obsolete. Web image can be supported by setting the URL in Image.getImageInfo().setFile(). You need not set this function any more. For CCITT image, please use ImageInfo.setCcittImageWidth() instead. 
aspose.pdf.Heading.setIsBulletUnicode(boolean)
          This function is now obsolete. You should use setIsLabelUnicode() to set whether the bullet/Label uses a unicode character. 
aspose.pdf.ImageInfo.setMemoryData(byte[])
          This function is now obsolete. Please use ImageStream instead. 
aspose.pdf.ImageInfo.setOpenType(ImageOpenType)
          This function is now obsolete. URL is supported in Image.ImageInfo.File. Memory image can is supported by Image.ImageInfo.ImageStream. You need not set OpenType any more. 
aspose.pdf.Heading.setUserLabel(String)
          This property is now obsolete. You should use setLabel() to set the user label. 
aspose.pdf.Pdf.version()
          @see BuildVersionInfo