Packageorg.alivepdf.images
Classpublic class PDFImage
SubclassesJPEGImage, PNGImage



Public Properties
 PropertyDefined by
  bpc : int = 8
PDFImage
  _bytes : ByteArray
PDFImage
  bytes : ByteArray
[read-only]
PDFImage
  cs : String = "DeviceRGB"
PDFImage
  f : String
PDFImage
  FORMAT_JPEG : int = 0
[static]
PDFImage
  height : int
PDFImage
  i : int
PDFImage
  n : int
PDFImage
  width : int
PDFImage
Protected Properties
 PropertyDefined by
  bitmapData : BitmapData
PDFImage
  image : *
PDFImage
  _progressive : Boolean
PDFImage
Public Methods
 MethodDefined by
  
PDFImage(pImage:*)
PDFImage
Public Constants
 ConstantDefined by
  JPG_HEADER : int = 0xFFD8
[static]
PDFImage
  PNG_HEADER : int = 0x8950
[static]
PDFImage
Property detail
bitmapDataproperty
protected var bitmapData:BitmapData
bpcproperty 
public var bpc:int = 8
_bytesproperty 
public var _bytes:ByteArray
bytesproperty 
bytes:ByteArray  [read-only]Implementation
    public function get bytes():ByteArray
csproperty 
public var cs:String = "DeviceRGB"
fproperty 
public var f:String
FORMAT_JPEGproperty 
public static var FORMAT_JPEG:int = 0
heightproperty 
public var height:int
iproperty 
public var i:int
imageproperty 
protected var image:*
nproperty 
public var n:int
_progressiveproperty 
protected var _progressive:Boolean
widthproperty 
public var width:int
Constructor detail
PDFImage()constructor
public function PDFImage(pImage:*)Parameters
pImage:*
Constant detail
JPG_HEADERconstant
public static const JPG_HEADER:int = 0xFFD8
PNG_HEADERconstant 
public static const PNG_HEADER:int = 0x8950