package org.alivepdf.images { public final class ImageFormat { public static const JPG:String = "JPG"; public static const PNG:String = "PNG"; } }