Packageorg.alivepdf.images
Classpublic class TIFFImage
InheritanceTIFFImage Inheritance PDFImage Inheritance Object
Subclasses DoTIFFImage



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
 Inherited_height : int
PDFImage
 Inherited_masked : Boolean
PDFImage
 Inherited_n : int
PDFImage
 Inherited_pal : String
PDFImage
 Inherited_parameters : String
PDFImage
 Inheritedprogressive : Boolean
PDFImage
 Inherited_resourceId : int
PDFImage
 Inheritedstream : ByteArray
PDFImage
 Inherited_transparency : String
PDFImage
 Inherited_width : int
PDFImage
Public Methods
 MethodDefined By
  
TIFFImage(imageStream:ByteArray, colorSpace:String, id:int)
TIFFImage
Protected Methods
 MethodDefined By
  
parse():void
[override]
TIFFImage
Constructor Detail
TIFFImage()Constructor
public function TIFFImage(imageStream:ByteArray, colorSpace:String, id:int)



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