C# 클래스 iTextSharp.text.Jpeg

An Jpeg is the representation of a graphic element (JPEG) that has to be inserted into the document
상속: Image, IElement
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
JFIF_ID byte[]
NOPARAM_MARKERS int[]
PS_8BIM_RESO byte[]
UNSUPPORTED_MARKERS int[]
VALID_MARKERS int[]

공개 메소드들

메소드 설명
Jpeg ( Image image ) : System

Construct a Jpeg-object, using a Image

Jpeg ( Uri Uri ) : System

Constructs a Jpeg-object, using an Uri.

Deprecated, use Image.GetInstance(...) to create an Image

Jpeg ( byte img ) : System

Constructs a Jpeg-object from memory.

Jpeg ( byte img, float width, float height ) : System

Constructs a Jpeg-object from memory.

비공개 메소드들

메소드 설명
GetShort ( Stream istr ) : int

Reads a short from the Stream.

GetShortInverted ( Stream istr ) : int

Reads an inverted short from the Stream.

MarkerType ( int marker ) : int

Returns a type of marker.

ProcessParameters ( ) : void

This method checks if the image is a valid JPEG and processes some parameters.

메소드 상세

Jpeg() 공개 메소드

Construct a Jpeg-object, using a Image
public Jpeg ( Image image ) : System
image Image a Image
리턴 System

Jpeg() 공개 메소드

Constructs a Jpeg-object, using an Uri.
Deprecated, use Image.GetInstance(...) to create an Image
public Jpeg ( Uri Uri ) : System
Uri System.Uri the Uri where the image can be found
리턴 System

Jpeg() 공개 메소드

Constructs a Jpeg-object from memory.
public Jpeg ( byte img ) : System
img byte the memory image
리턴 System

Jpeg() 공개 메소드

Constructs a Jpeg-object from memory.
public Jpeg ( byte img, float width, float height ) : System
img byte the memory image.
width float the width you want the image to have
height float the height you want the image to have
리턴 System

프로퍼티 상세

JFIF_ID 공개적으로 정적으로 프로퍼티

public static byte[] JFIF_ID
리턴 byte[]

NOPARAM_MARKERS 공개적으로 정적으로 프로퍼티

Jpeg markers without additional parameters.
public static int[] NOPARAM_MARKERS
리턴 int[]

PS_8BIM_RESO 공개적으로 정적으로 프로퍼티

public static byte[] PS_8BIM_RESO
리턴 byte[]

UNSUPPORTED_MARKERS 공개적으로 정적으로 프로퍼티

Unsupported Jpeg markers.
public static int[] UNSUPPORTED_MARKERS
리턴 int[]

VALID_MARKERS 공개적으로 정적으로 프로퍼티

Acceptable Jpeg markers.
public static int[] VALID_MARKERS
리턴 int[]