Public Instance Constructors
| Constructor | Description |
|---|---|
| ImageInfo Constructor | Initialize the new instance of the Section class |
Public Instance Properties
| Property Name | Description |
|---|---|
| BitsPerComponent | Gets or sets an int value that indicates the color bits per component of the image. This property is need only when using web image. NOTE: This property is now obsolete. Web image can be supported by setting the URL in Image.ImageInfo.File.You need not set this property any more. It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes for any inconvenience you may have experienced. |
| CcittImageHeight | Gets or sets a float value that indicates the CCITT image height. CCITT image does not contain size information so the width and height must be set by user. |
| CcittImageWidth | Gets or sets a float value that indicates the CCITT image width. CCITT image does not contain size information so the width and height must be set by user. |
| CcittSubFormat | Gets or sets the . Used for CCITT image type only. |
| ComponentNumber | Gets or sets an int value that indicates the color component number of the image. This property is need only when using web image. NOTE: This property is now obsolete. Web image can be supported by setting the URL in Image.ImageInfo.File.You need not set this property any more. It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes for any inconvenience you may have experienced. |
| DefaultFile | Gets or sets a string that indicates the default image file name. If this name is not null, Aspose.Pdf.Generator will use this image file when the image specified in is not found. |
| File | Gets or sets a string that indicates the image file name and its path or url of a web image. |
| FixHeight | Gets or sets a float value that indicates the fixed height of the image. If this property is set, the image will be scaled to the fixed height. |
| FixWidth | Gets or sets a float value that indicates the fixed width of the image. If this property is set, the image will be scaled to the fixed width. |
| ImageBorder | Gets or sets a borderinfo value that indicates the border information of the image. |
| ImageFileType | Gets or sets a object that indicates the image type. If this property is not set, the image type will be get from the file name. |
| Alignment | Gets or sets a object that indicates the image alignment type. |
| BackgroundColor | Color that is used as background for stencil mask image. |
| TextInfo | Gets or sets a object that indicates the text info of the image . |
| Title | Gets or sets a string value that indicates the title of the image. |
| ImageStream | Gets or sets a stream that indicates the image stream. |
| IsAllFramesInNewPage | Gets or sets a bool value that indicates if all frames in TIFF images be rendered in new page. |
| IsBlack1 | Gets or sets a bool value that indicates whether black is considered as 1 in an image. |
| IsBlackWhite | Gets or sets a bool value that indicates whether the image is forced to be black-and-white. If TIFF image of CCITT subformat is used, this property must be set to true. |
| IsFixImgHeightSettedInXML | Gets or sets a bool value that indicates the fixed height of the image is Setted in xml file. |
| IsFixImgWidthSettedInXML | Gets or sets a bool value that indicates the fixed width of the image is setted in xml file |
| IsImageNotFoundErrorIgnored | Gets or sets a bool value that indicates whether the "image not found" error be ignored or not. |
| IsStencilMask | Indicates whether this image is stencil mask. |
| MemoryData | Gets or sets a byte array that indicates the image data in memory. NOTE: This property is now obsolete. Please use instead. It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes for any inconvenience you may have experienced. |
| OpenType | Gets or sets a that indicates the image open type. NOTE: This property is now obsolete. URL is supported in Image.ImageInfo.File. Momory image can is supported by Image.ImageInfo.ImageStream. You need not set OpenType any more. It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes for any inconvenience you may have experienced. |
| PatternColor | Color that is used for painting of image pattern |
| SystemImage | Gets or sets a system object which is used to create a Aspose object. |
| TiffFrame | Gets or sets an int value that indicates the valid frame of the TIFF image. The default value is 0. Used for TIFF image only. If this property is set to -1, all frames of the tiff images will be added into the PDF document. |
Public Instance Methods
| Method Name | Description |
|---|---|
| Equals (inherited from Object ) | Determines whether the specified object is equal to the current object . |
| GetHashCode (inherited from Object ) | Serves as a hash function for a particular type. |
| GetType (inherited from Object ) | Gets the Type of the Current Instance . |
| ToString (inherited from Object ) | Returns a String that represents the current Object . |

