|
| Jpeg2000 (Image image) |
|
| Jpeg2000 (Uri url) |
|
| Jpeg2000 (byte[] img) |
|
| Jpeg2000 (byte[] img, float width, float height) |
|
void | Jp2_read_boxhdr () |
|
| Image (Uri url) |
| Constructs an Image-object, using an url. More...
|
|
| Image (Image image) |
| Constructs an Image object duplicate. More...
|
|
void | SetAbsolutePosition (float absoluteX, float absoluteY) |
| Sets the absolute position of the Image. More...
|
|
void | ScaleAbsolute (float newWidth, float newHeight) |
| Scale the image to an absolute width and an absolute height. More...
|
|
void | ScaleAbsoluteWidth (float newWidth) |
| Scale the image to an absolute width. More...
|
|
void | ScaleAbsoluteHeight (float newHeight) |
| Scale the image to an absolute height. More...
|
|
void | ScalePercent (float percent) |
| Scale the image to a certain percentage. More...
|
|
void | ScalePercent (float percentX, float percentY) |
| Scale the width and height of an image to a certain percentage. More...
|
|
void | ScaleToFit (float fitWidth, float fitHeight) |
| Scales the image so that it fits a certain width and height. More...
|
|
float | GetImageRotation () |
|
bool | HasAbsolutePosition () |
| Checks if the Images has to be added at an absolute position. More...
|
|
bool | HasAbsoluteX () |
| Checks if the Images has to be added at an absolute X position. More...
|
|
override bool | IsNestable () |
|
bool | IsJpeg () |
| Returns true if the image is a Jpeg-object. More...
|
|
bool | IsImgRaw () |
| Returns true if the image is a ImgRaw-object. More...
|
|
bool | IsImgTemplate () |
| Returns true if the image is an ImgTemplate-object. More...
|
|
void | SetDpi (int dpiX, int dpiY) |
|
bool | IsMaskCandidate () |
| Returns true if this Image has the requisites to be a mask. More...
|
|
void | MakeMask () |
| Make this Image a mask. More...
|
|
bool | IsMask () |
| Returns true if this Image is a mask. More...
|
|
bool | HasICCProfile () |
|
void | SimplifyColorspace () |
|
| Rectangle (float llx, float lly, float urx, float ury) |
| Constructs a Rectangle-object. More...
|
|
| Rectangle (float urx, float ury) |
| Constructs a Rectangle-object starting from the origin (0, 0). More...
|
|
| Rectangle (Rectangle rect) |
| Constructs a Rectangle-object. More...
|
|
virtual void | CloneNonPositionParameters (Rectangle rect) |
|
virtual void | SoftCloneNonPositionParameters (Rectangle rect) |
|
virtual bool | Process (IElementListener listener) |
| Processes the element by adding it (or the different parts) to an IElementListener. More...
|
|
bool | IsContent () |
|
virtual void | Normalize () |
|
Rectangle | GetRectangle (float top, float bottom) |
| Gets a Rectangle that is altered to fit on the page. More...
|
|
Rectangle | Rotate () |
| Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle. More...
|
|
virtual void | EnableBorderSide (int side) |
|
virtual void | DisableBorderSide (int side) |
|
virtual float | GetLeft (float margin) |
| Returns the lower left x-coordinate, considering a given margin. More...
|
|
virtual float | GetRight (float margin) |
| Returns the upper right x-coordinate, considering a given margin. More...
|
|
virtual float | GetTop (float margin) |
| Returns the upper right y-coordinate, considering a given margin. More...
|
|
virtual float | GetBottom (float margin) |
| Returns the lower left y-coordinate, considering a given margin. More...
|
|
bool | HasBorders () |
| Indicates if the table has borders. More...
|
|
bool | HasBorder (int type) |
| Indicates if the table has a some type of border. More...
|
|
override String | ToString () |
| Gets the content of the text element. More...
|
|
|
static Image | GetInstance (Image image) |
| Gets an instance of an Image. More...
|
|
static Image | GetInstance (Uri url) |
| Gets an instance of an Image. More...
|
|
static Image | GetInstance (Stream s) |
|
static Image | GetInstance (int width, int height, byte[] data, byte[] globals) |
|
static Image | GetInstance (byte[] imgb) |
| Gets an instance of an Image. More...
|
|
static Image | GetInstance (System.Drawing.Image image, System.Drawing.Imaging.ImageFormat format) |
| Converts a .NET image to a Native(PNG, JPG, GIF, WMF) image More...
|
|
static Image | GetInstance (System.Drawing.Image image, Color color, bool forceBW) |
| Gets an instance of an Image from a System.Drwaing.Image. More...
|
|
static Image | GetInstance (System.Drawing.Image image, Color color) |
| Gets an instance of an Image from a System.Drawing.Image. More...
|
|
static Image | GetInstance (string filename) |
| Gets an instance of an Image. More...
|
|
static Image | GetInstance (int width, int height, int components, int bpc, byte[] data) |
| Gets an instance of an Image in raw mode. More...
|
|
static Image | GetInstance (PRIndirectReference iref) |
|
static Image | GetInstance (PdfTemplate template) |
| Gets an instance of an Image in raw mode. More...
|
|
static Image | GetInstance (int width, int height, bool reverseBits, int typeCCITT, int parameters, byte[] data) |
| Gets an instance of an Image in raw mode. More...
|
|
static Image | GetInstance (int width, int height, bool reverseBits, int typeCCITT, int parameters, byte[] data, int[] transparency) |
|
static Image | GetInstance (int width, int height, int components, int bpc, byte[] data, int[] transparency) |
| Gets an instance of an Image in raw mode. More...
|
|
static long | GetSerialId () |
| generates new serial id More...
|
|
bool | invert = false |
|
int | type |
| The imagetype. More...
|
|
Uri | url |
| The URL of the image. More...
|
|
byte[] | rawData |
| The raw data of the image. More...
|
|
PdfTemplate[] | template = new PdfTemplate[1] |
| The template to be treated as an image. More...
|
|
int | alignment |
| The alignment of the Image. More...
|
|
string | alt |
| Text that can be shown instead of the image. More...
|
|
float | absoluteX = float.NaN |
| This is the absolute X-position of the image. More...
|
|
float | absoluteY = float.NaN |
| This is the absolute Y-position of the image. More...
|
|
float | plainWidth |
| This is the width of the image without rotation. More...
|
|
float | plainHeight |
| This is the width of the image without rotation. More...
|
|
float | scaledWidth |
| This is the scaled width of the image taking rotation into account. More...
|
|
float | scaledHeight |
| This is the original height of the image taking rotation into account. More...
|
|
int | compressionLevel = PdfStream.DEFAULT_COMPRESSION |
|
float | rotationRadians |
| This is the rotation of the image. More...
|
|
int | colorspace = -1 |
| this is the colorspace of a jpeg-image. More...
|
|
int | bpc = 1 |
| this is the bits per component of the raw image. It also flags a CCITT image. More...
|
|
int[] | transparency |
| this is the transparency information of the raw image More...
|
|
float | indentationLeft = 0 |
|
float | indentationRight = 0 |
|
long | mySerialId = GetSerialId() |
|
int | dpiX = 0 |
| Holds value of property dpiX. More...
|
|
int | dpiY = 0 |
| Holds value of property dpiY. More...
|
|
bool | mask = false |
|
Image | imageMask |
|
bool | interpolation |
| Holds value of property interpolation. More...
|
|
Annotation | annotation = null |
| if the annotation is not null the image will be clickable. More...
|
|
ICC_Profile | profile = null |
| ICC Profile attached More...
|
|
bool | deflated = false |
|
int | originalType = ORIGINAL_NONE |
|
byte[] | originalData |
|
float | spacingBefore |
|
float | spacingAfter |
|
IPdfOCG | layer |
|
float | llx |
| the lower left x-coordinate. More...
|
|
float | lly |
| summary> the upper right x-coordinate. More...
|
|
float | urx |
| summary> the upper right y-coordinate. More...
|
|
float | ury |
| summary> This represents the status of the 4 sides of the rectangle. More...
|
|
int | border = UNDEFINED |
| summary> This is the width of the border around this rectangle. More...
|
|
float | borderWidth = UNDEFINED |
| summary> This is the color of the border of this rectangle. More...
|
|
Color | borderColor = null |
|
Color | borderColorLeft = null |
|
Color | borderColorRight = null |
|
Color | borderColorTop = null |
|
Color | borderColorBottom = null |
|
float | borderWidthLeft = UNDEFINED |
|
float | borderWidthRight = UNDEFINED |
|
float | borderWidthTop = UNDEFINED |
|
float | borderWidthBottom = UNDEFINED |
|
bool | useVariableBorders = false |
| summary> This is the color of the background of this rectangle. More...
|
|
Color | backgroundColor = null |
| summary> This is the rotation value of this rectangle. More...
|
|
int | rotation = 0 |
|
new float | Rotation [set] |
| Sets the rotation of the image in radians. More...
|
|
float | RotationDegrees [set] |
| Sets the rotation of the image in degrees. More...
|
|
Annotation | Annotation [get, set] |
| Get/set the annotation. More...
|
|
int | Bpc [get] |
| Gets the bpc for the image. More...
|
|
byte[] | RawData [get] |
| Gets the raw data for the image. More...
|
|
PdfTemplate | TemplateData [get, set] |
| Get/set the template to be used as an image. More...
|
|
float | AbsoluteX [get] |
| Returns the absolute X position. More...
|
|
float | AbsoluteY [get] |
| Returns the absolute Y position. More...
|
|
override int | Type [get] |
| Returns the type. More...
|
|
Uri | Url [get, set] |
| Gets the string-representation of the reference to the image. More...
|
|
int | Alignment [get, set] |
| Get/set the alignment for the image. More...
|
|
string | Alt [get, set] |
| Get/set the alternative text for the image. More...
|
|
float | ScaledWidth [get] |
| Gets the scaled width of the image. More...
|
|
float | ScaledHeight [get] |
| Gets the scaled height of the image. More...
|
|
int | Colorspace [get] |
| Gets the colorspace for the image. More...
|
|
float[] | Matrix [get] |
| Returns the transformation matrix of the image. More...
|
|
int[] | Transparency [get, set] |
| Returns the transparency. More...
|
|
float | PlainWidth [get] |
| Gets the plain width of the image. More...
|
|
float | PlainHeight [get] |
| Gets the plain height of the image. More...
|
|
long | MySerialId [get] |
| returns serial id for this object More...
|
|
int | DpiX [get] |
| Gets the dots-per-inch in the X direction. Returns 0 if not available. More...
|
|
int | DpiY [get] |
| Gets the dots-per-inch in the Y direction. Returns 0 if not available. More...
|
|
Image? | ImageMask [get, set] |
| Get/set the explicit masking. More...
|
|
bool | Inverted [get, set] |
| Inverts the meaning of the bits of a mask. More...
|
|
bool | Interpolation [get, set] |
| Sets the image interpolation. Image interpolation attempts to produce a smooth transition between adjacent sample values. More...
|
|
ICC_Profile | TagICC [get, set] |
|
bool | Deflated [get, set] |
|
PdfDictionary | Additional [get, set] |
|
bool | Smask [get, set] |
|
float | XYRatio [get, set] |
|
float | IndentationLeft [get, set] |
|
float | IndentationRight [get, set] |
|
int | OriginalType [get, set] |
|
byte[] | OriginalData [get, set] |
|
float | SpacingBefore [get, set] |
|
float | SpacingAfter [get, set] |
|
float | WidthPercentage [get, set] |
|
IPdfOCG | Layer [get, set] |
|
float | InitialRotation [get, set] |
|
PdfIndirectReference | DirectReference [get, set] |
|
int | CompressionLevel [get, set] |
|
virtual int | Type [get] |
| Gets the type of the text element. More...
|
|
virtual ArrayList | Chunks [get] |
| Gets all the chunks in this element. More...
|
|
virtual float | Top [get, set] |
| Get/set the upper right y-coordinate. More...
|
|
virtual int | Border [get, set] |
| Get/set the border More...
|
|
virtual float | GrayFill [get, set] |
| Get/set the grayscale of the rectangle. More...
|
|
virtual float | Left [get, set] |
| Get/set the lower left x-coordinate. More...
|
|
virtual float | Right [get, set] |
| Get/set the upper right x-coordinate. More...
|
|
virtual float | Bottom [get, set] |
| Get/set the lower left y-coordinate. More...
|
|
virtual Color | BorderColorBottom [get, set] |
|
virtual Color | BorderColorTop [get, set] |
|
virtual Color | BorderColorLeft [get, set] |
|
virtual Color | BorderColorRight [get, set] |
|
virtual float | Width [get, set] |
| Returns the width of the rectangle. More...
|
|
float | Height [get] |
| Returns the height of the rectangle. More...
|
|
virtual float | BorderWidth [get, set] |
| Get/set the borderwidth. More...
|
|
virtual Color | BorderColor [get, set] |
| Get/set the color of the border. More...
|
|
virtual Color | BackgroundColor [get, set] |
| Get/set the backgroundcolor. More...
|
|
int | Rotation [get] |
| Returns the rotation More...
|
|
virtual float | BorderWidthLeft [get, set] |
|
virtual float | BorderWidthRight [get, set] |
|
virtual float | BorderWidthTop [get, set] |
|
virtual float | BorderWidthBottom [get, set] |
|
virtual bool | UseVariableBorders [get, set] |
|
int | Type [get] |
| Gets the type of the text element. More...
|
|
ArrayList | Chunks [get] |
| Gets all the chunks in this element. More...
|
|
An Jpeg2000
is the representation of a graphic element (JPEG) that has to be inserted into the document
- See also
- Element
-
Image