Language:
Arabic (العربية)
Chinese Simplified (中文(简体)
Chinese Traditional (中文(繁體)
Dutch (Nederlands)
English
French (français)
German (Deutsch)
Italian (italiano)
Japanese (日本語)
Korean (한국어)
Portuguese (Português)
Russian (русский)
Spanish (español)
Sign In
Sign Up
Products
Purchase
Downloads
Demos
Forums
Blogs
Documentation
Corporate
Product Suites
Aspose.Total for .NET and Java
Aspose.Total for Reporting Services
File Format Components
Aspose.Words for .NET and Java
Getting Started
Programmer’s Guide
Knowledge Base
Aspose.Words for .NET API Reference
Aspose.Words Namespace
Aspose.Words.Drawing Namespace
ArrowLength Enumeration
ArrowType Enumeration
ArrowWidth Enumeration
DashStyle Enumeration
EndCap Enumeration
Fill Class
FlipOrientation Enumeration
GroupShape Class
HorizontalAlignment Enumeration
ImageData Class
ImageData Members
Properties
Methods
ImageSize Class
ImageType Enumeration
JoinStyle Enumeration
LayoutFlow Enumeration
OleFormat Class
RelativeHorizontalPosition Enumeration
RelativeVerticalPosition Enumeration
Shape Class
ShapeBase Class
ShapeLineStyle Enumeration
ShapeType Enumeration
Stroke Class
TextBox Class
TextBoxWrapMode Enumeration
TextPath Class
TextPathAlignment Enumeration
VerticalAlignment Enumeration
WrapSide Enumeration
WrapType Enumeration
Aspose.Words.Fields Namespace
Aspose.Words.Lists Namespace
Aspose.Words.Markup Namespace
Aspose.Words.Properties Namespace
Aspose.Words.Rendering Namespace
Aspose.Words.Reporting Namespace
Aspose.Words.Tables Namespace
Aspose.Words for Java API Reference
Aspose.Cells for .NET and Java
Aspose.Pdf for .NET and Java
Aspose.Slides for .NET and Java
Aspose.Pdf.Kit for .NET and Java
Aspose.Network for .NET
Aspose.Tasks for .NET
Aspose.Form for .NET
Aspose.Metafiles for Java
Aspose.Flash for .NET
Aspose.Recognition for .NET
SSRS Rendering Extensions
Aspose.Words for Reporting Services
Aspose.Slides for Reporting Services
Aspose.Cells for Reporting Services
Aspose.Pdf for Reporting Services
Aspose.BarCode for Reporting Services
JasperReports Exporters
Aspose.Slides for JasperReports
Visual Components
Aspose.BarCode for .NET and Java
Aspose.Grid for .NET
Aspose.Chart for .NET
Aspose.Editor for .NET
Aspose.AdHoc for .NET
Utility Components
Aspose.Workflow for .NET
Aspose.Spell for .NET
Aspose.ASPXpand for .NET
Aspose
>
Documentation
>
File Format Components
>
Aspose.Words for .NET and Java
>
Aspose.Words for .NET API Reference
>
Aspose.Words.Drawing Namespace
>
ImageData Class
>
ImageData Members
ImageData overview
Public Instance Properties
BiLevel
Determines whether an image will be displayed in black and white.
Borders
Gets the collection of borders of the image. Borders only have effect for inline images.
Brightness
Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
ChromaKey
Defines the color value of the image that will be treated as transparent.
Contrast
Gets or sets the contrast for the specified picture. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).
CropBottom
Defines the fraction of picture removal from the bottom side.
CropLeft
Defines the fraction of picture removal from the left side.
CropRight
Defines the fraction of picture removal from the right side.
CropTop
Defines the fraction of picture removal from the top side.
GrayScale
Determines whether a picture will display in grayscale mode.
HasImage
Returns true if the shape has image bytes or links an image.
ImageBytes
Gets the raw bytes of the image stored in the shape.
ImageSize
Gets the information about image size and resolution.
ImageType
Gets the type of the image.
IsLink
Returns true if the image is linked to the shape (when
SourceFullName
is specified).
IsLinkOnly
Returns true if the image is linked and not stored in the document.
SourceFullName
Gets or sets the path and name of the source file for the linked image.
Title
Defines the title of an image.
Public Instance Methods
Save
Overloaded. Saves the image of the shape.
SetImage
Overloaded. Sets the image that the shape displays.
ToByteArray
Returns image bytes for any image regardless whether the image is stored or linked.
ToImage
Gets the image stored in the shape as a .NET Image object.
ToStream
Creates and returns a stream that contains the image bytes.
See Also
ImageData Class
|
Aspose.Words.Drawing Namespace