Packageorg.alivepdf.images
Classpublic class JPEGImage
InheritanceJPEGImage Inheritance PDFImage Inheritance Object
Subclasses DoJPEGImage



Public Properties
 PropertyDefined By
 InheritedbitsPerComponent : int
PDFImage
 Inheritedbytes : ByteArray
[read-only]
PDFImage
 InheritedcolorSpace : String
PDFImage
 Inheritedfilter : String
[read-only]
PDFImage
 Inheritedheight : int
[read-only]
PDFImage
 Inheritedmasked : Boolean
[read-only]
PDFImage
 Inheritedn : int
PDFImage
 Inheritedpal : String
PDFImage
 Inheritedparameters : String
[read-only]
PDFImage
 InheritedresourceId : int
PDFImage
 Inheritedtransparency : String
[read-only]
PDFImage
 Inheritedwidth : int
[read-only]
PDFImage
Protected Properties
 PropertyDefined By
 Inherited_bitsPerComponent : int = 8
PDFImage
 Inherited_colorSpace : String
PDFImage
 Inheritedct : Number
PDFImage
 Inherited_filter : String
PDFImage
  format : int
JPEGImage
 Inherited_height : int
PDFImage
 Inherited_masked : Boolean
PDFImage
 Inherited_n : int
PDFImage
 Inherited_pal : String
PDFImage
 Inherited_parameters : String
PDFImage
  physicalHeightDpi : int
JPEGImage
  physicalWidthDpi : int
JPEGImage
 Inheritedprogressive : Boolean
PDFImage
 Inherited_resourceId : int
PDFImage
 Inheritedstream : ByteArray
PDFImage
 Inherited_transparency : String
PDFImage
 Inherited_width : int
PDFImage
Public Methods
 MethodDefined By
  
JPEGImage(imageStream:ByteArray, colorSpace:String, id:int)
JPEGImage
Protected Methods
 MethodDefined By
  
parse():void
[override]
JPEGImage
Public Constants
 ConstantDefined By
  FORMAT : int = 0
[static]
JPEGImage
  HEADER : int = 0xFFD8
[static]
JPEGImage
Property Detail
formatproperty
protected var format:int

physicalHeightDpiproperty 
protected var physicalHeightDpi:int

physicalWidthDpiproperty 
protected var physicalWidthDpi:int

Constructor Detail
JPEGImage()Constructor
public function JPEGImage(imageStream:ByteArray, colorSpace:String, id:int)



Parameters
imageStream:ByteArray
 
colorSpace:String
 
id:int
Method Detail
parse()method
override protected function parse():void

Constant Detail
FORMATConstant
public static const FORMAT:int = 0

HEADERConstant 
public static const HEADER:int = 0xFFD8