Свойство | Type | Description | |
---|---|---|---|
absoluteX | float | ||
absoluteY | float | ||
alignment | int | ||
alt | string | ||
annotation | |||
bpc | int | ||
colorspace | int | ||
compressionLevel | int | ||
deflated | bool | ||
dpiX | int | ||
dpiY | int | ||
imageMask | Image | ||
indentationLeft | float | ||
indentationRight | float | ||
interpolation | bool | ||
invert | bool | ||
layer | IPdfOCG | ||
mask | bool | ||
mySerialId | long | ||
originalData | byte[] | ||
originalType | int | ||
plainHeight | float | ||
plainWidth | float | ||
profile | |||
rawData | byte[] | ||
rotationRadians | float | ||
scaleToFitLineWhenOverflow | bool | ||
scaledHeight | float | ||
scaledWidth | float | ||
spacingAfter | float | ||
spacingBefore | float | ||
template | iTextSharp.text.pdf.PdfTemplate[] | ||
transparency | int[] | ||
type | int | ||
url |
Méthode | Description | |
---|---|---|
GetImageRotation ( ) : float | ||
GetInstance ( Image image ) : Image |
Gets an instance of an Image.
|
|
GetInstance ( |
||
GetInstance ( |
Gets an instance of an Image in raw mode.
|
|
GetInstance ( Stream s ) : Image | ||
GetInstance ( System image, |
Gets an instance of an Image from a Image.
|
|
GetInstance ( System image, |
Converts a .NET image to a Native(PNG, JPG, GIF, WMF) image Gets an instance of an Image from a System.Drwaing.Image.
|
|
GetInstance ( |
Gets an instance of an Image.
|
|
GetInstance ( byte imgb ) : Image |
Gets an instance of an Image.
|
|
GetInstance ( int width, int height, bool reverseBits, int typeCCITT, int parameters, byte data ) : Image |
Gets an instance of an Image in raw mode.
|
|
GetInstance ( int width, int height, bool reverseBits, int typeCCITT, int parameters, byte data, int transparency ) : Image |
|
|
GetInstance ( int width, int height, byte data, byte globals ) : Image | ||
GetInstance ( int width, int height, int components, int bpc, byte data ) : Image |
Gets an instance of an Image in raw mode.
|
|
GetInstance ( int width, int height, int components, int bpc, byte data, int transparency ) : Image |
Gets an instance of an Image in raw mode.
|
|
GetInstance ( string filename ) : Image |
Gets an instance of an Image.
|
|
HasAbsolutePosition ( ) : bool |
Checks if the Images has to be added at an absolute position.
|
|
HasAbsoluteX ( ) : bool |
Checks if the Images has to be added at an absolute X position.
|
|
HasICCProfile ( ) : bool | ||
Image ( Image image ) : System |
Constructs an Image object duplicate.
|
|
Image ( |
Constructs an Image-object, using an url.
|
|
IsImgRaw ( ) : bool |
Returns true if the image is a ImgRaw-object.
|
|
IsImgTemplate ( ) : bool |
Returns true if the image is an ImgTemplate-object.
|
|
IsJpeg ( ) : bool |
Returns true if the image is a Jpeg-object.
|
|
IsMask ( ) : bool |
Returns true if this Image is a mask.
|
|
IsMaskCandidate ( ) : bool |
Returns true if this Image has the requisites to be a mask.
|
|
IsNestable ( ) : bool | ||
MakeMask ( ) : void |
Make this Image a mask.
|
|
ScaleAbsolute ( float newWidth, float newHeight ) : void |
Scale the image to an absolute width and an absolute height.
|
|
ScaleAbsoluteHeight ( float newHeight ) : void |
Scale the image to an absolute height.
|
|
ScaleAbsoluteWidth ( float newWidth ) : void |
Scale the image to an absolute width.
|
|
ScalePercent ( float percent ) : void |
Scale the image to a certain percentage.
|
|
ScalePercent ( float percentX, float percentY ) : void |
Scale the width and height of an image to a certain percentage.
|
|
ScaleToFit ( float fitWidth, float fitHeight ) : void |
Scales the image so that it fits a certain width and height.
|
|
SetAbsolutePosition ( float absoluteX, float absoluteY ) : void |
Sets the absolute position of the Image.
|
|
SetDpi ( int dpiX, int dpiY ) : void | ||
SimplifyColorspace ( ) : void |
Méthode | Description | |
---|---|---|
GetSerialId ( ) : long |
generates new serial id
|
Méthode | Description | |
---|---|---|
SimplifyColorspace ( |
public static GetInstance ( Image image ) : Image | ||
image | Image | an Image |
Résultat | Image |
public static GetInstance ( |
||
iref | ||
Résultat | Image |
public static GetInstance ( |
||
template | ||
Résultat | Image |
public static GetInstance ( Stream s ) : Image | ||
s | Stream | |
Résultat | Image |
public static GetInstance ( System image, |
||
image | System | the Image to convert |
color | /// if different from null the transparency /// pixels are replaced by this color /// | |
Résultat | Image |
public static GetInstance ( System image, |
||
image | System | |
color | /// if different from null the transparency /// pixels are replaced by this color /// | |
forceBW | bool | if true the image is treated as black and white |
Résultat | Image |
public static GetInstance ( |
||
url | an URL | |
Résultat | Image |
public static GetInstance ( byte imgb ) : Image | ||
imgb | byte | |
Résultat | Image |
public static GetInstance ( int width, int height, bool reverseBits, int typeCCITT, int parameters, byte data ) : Image | ||
width | int | the width of the image in pixels |
height | int | the height of the image in pixels |
reverseBits | bool | |
typeCCITT | int | |
parameters | int | |
data | byte | |
Résultat | Image |
public static GetInstance ( int width, int height, bool reverseBits, int typeCCITT, int parameters, byte data, int transparency ) : Image | ||
width | int | |
height | int | |
reverseBits | bool | |
typeCCITT | int | |
parameters | int | |
data | byte | |
transparency | int | |
Résultat | Image |
public static GetInstance ( int width, int height, byte data, byte globals ) : Image | ||
width | int | |
height | int | |
data | byte | |
globals | byte | |
Résultat | Image |
public static GetInstance ( int width, int height, int components, int bpc, byte data ) : Image | ||
width | int | the width of the image in pixels |
height | int | the height of the image in pixels |
components | int | 1,3 or 4 for GrayScale, RGB and CMYK |
bpc | int | bits per component |
data | byte | the image data |
Résultat | Image |
public static GetInstance ( int width, int height, int components, int bpc, byte data, int transparency ) : Image | ||
width | int | the width of the image in pixels |
height | int | the height of the image in pixels |
components | int | 1,3 or 4 for GrayScale, RGB and CMYK |
bpc | int | bits per component |
data | byte | the image data |
transparency | int | /// transparency information in the Mask format of the /// image dictionary /// |
Résultat | Image |
public static GetInstance ( string filename ) : Image | ||
filename | string | a filename |
Résultat | Image |
public Image ( Image image ) : System | ||
image | Image | another Image object. |
Résultat | System |
public Image ( |
||
url | the URL where the image can be found. | |
Résultat | System |
public ScaleAbsolute ( float newWidth, float newHeight ) : void | ||
newWidth | float | the new width |
newHeight | float | the new height |
Résultat | void |
public ScaleAbsoluteHeight ( float newHeight ) : void | ||
newHeight | float | the new height |
Résultat | void |
public ScaleAbsoluteWidth ( float newWidth ) : void | ||
newWidth | float | the new width |
Résultat | void |
public ScalePercent ( float percent ) : void | ||
percent | float | the scaling percentage |
Résultat | void |
public ScalePercent ( float percentX, float percentY ) : void | ||
percentX | float | the scaling percentage of the width |
percentY | float | the scaling percentage of the height |
Résultat | void |
public ScaleToFit ( float fitWidth, float fitHeight ) : void | ||
fitWidth | float | the width to fit |
fitHeight | float | the height to fit |
Résultat | void |
public SetAbsolutePosition ( float absoluteX, float absoluteY ) : void | ||
absoluteX | float | |
absoluteY | float | |
Résultat | void |
protected Annotation,iTextSharp.text annotation | ||
Résultat |
protected ICC_Profile,iTextSharp.text.pdf profile | ||
Résultat |
protected bool scaleToFitLineWhenOverflow | ||
Résultat | bool |
protected PdfTemplate[],iTextSharp.text.pdf template | ||
Résultat | iTextSharp.text.pdf.PdfTemplate[] |