|
| virtual bool |
IsRawImage () |
| |
| virtual Uri |
GetUrl () |
| |
| virtual void |
SetUrl (Uri url) |
| |
| virtual int[] |
GetTransparency () |
| |
| virtual void |
SetTransparency (int[] transparency) |
| |
| virtual bool |
IsInverted () |
| |
| virtual void |
SetInverted (bool inverted) |
| |
| virtual float |
GetRotation () |
| |
| virtual void |
SetRotation (float rotation) |
| |
| virtual IccProfile |
GetProfile () |
| |
| virtual void |
SetProfile (IccProfile profile) |
| |
| virtual int |
GetDpiX () |
| |
| virtual int |
GetDpiY () |
| |
| virtual void |
SetDpi (int dpiX, int dpiY) |
| |
| virtual int |
GetColorTransform () |
| |
| virtual void |
SetColorTransform (int colorTransform) |
| |
| virtual bool |
IsDeflated () |
| |
| virtual void |
SetDeflated (bool deflated) |
| |
| virtual ImageType |
GetOriginalType () |
| |
| virtual int |
GetColorEncodingComponentsNumber () |
| |
Gets the number of components used to encode colorspace. More...
|
| |
| virtual void |
SetColorEncodingComponentsNumber (int colorEncodingComponentsNumber) |
| |
Sets the number of components used to encode colorspace. More...
|
| |
| virtual byte[] |
GetData () |
| |
| virtual bool |
CanBeMask () |
| |
| virtual bool |
IsMask () |
| |
| virtual iText.IO.Image.ImageData |
GetImageMask () |
| |
| virtual void |
SetImageMask (iText.IO.Image.ImageData imageMask) |
| |
| virtual bool |
IsSoftMask () |
| |
| virtual void |
MakeMask () |
| |
| virtual float |
GetWidth () |
| |
| virtual void |
SetWidth (float width) |
| |
| virtual float |
GetHeight () |
| |
| virtual void |
SetHeight (float height) |
| |
| virtual int |
GetBpc () |
| |
| virtual void |
SetBpc (int bpc) |
| |
| virtual bool |
IsInterpolation () |
| |
| virtual void |
SetInterpolation (bool interpolation) |
| |
| virtual float |
GetXYRatio () |
| |
| virtual void |
SetXYRatio (float XYRatio) |
| |
| virtual IDictionary< String, Object > |
GetImageAttributes () |
| |
| virtual void |
SetImageAttributes (IDictionary< String, Object > imageAttributes) |
| |
| virtual String |
GetFilter () |
| |
| virtual void |
SetFilter (String filter) |
| |
| virtual IDictionary< String, Object > |
GetDecodeParms () |
| |
| virtual float[] |
GetDecode () |
| |
| virtual void |
SetDecode (float[] decode) |
| |
| virtual bool |
CanImageBeInline () |
| |
Checks if image can be inline More...
|
| |