The following tables list the members exposed by ImageNode.
Name | Description | |
---|---|---|
ImageNode Constructor | Constructor. Initializes a new instance of ImageNode. |
Name | Description | |
---|---|---|
ChildNodes | Gets or sets the child nodes collection. Default value of the property is null. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Cropping | Specifies which portion of the image to render. | |
CustomAttributes | Used to store custom attributes on the node. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Document | Gets the associated document. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Error | Returns an exception generated during the download or decoding of the image (read-only) | |
HasChildNodes | Returns true if the ChildNodes property is set to a non-null instance of NodeCollection with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
HasCustomAttributes | Returns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Id | Gets or sets the id. Default value is null. Id is used to identify a node. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Image | Gets or sets the RichTextImage object. | |
ImageResolved | Returns the resolved Image (read-only) | |
ImageUri | Gets or sets source URI of the image. | |
IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Parent | Gets the parent node. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
RenderEffectsMargin | Indicates the additional extent required by render effects, such as shadows, around the image. | |
RenderSize | Indicates the render size of the image, excluding any render effects such as shadows. | |
RenderSizeResolved | Returns the render size of the image, excluding any render effects such as shadows (read-only). | |
Transform | Specifies the transform to use to render the image. | |
Type | Overridden. Gets the value indicating the type of node the instance represents. |
Name | Description | |
---|---|---|
Accept | Overloaded. Overridden. Executes a visitor's functionality on this node's type. | |
Clone | Overloaded. Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
GetAncestorNode<TNode> | If this node is TNode type and returns self otherwise gets the ancestor node of TNode type. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
GetDocumentOffset | Gets the offset of the node within the document. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
GetDocumentSpan | Gets the document span of the node. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
GetImageData | Gets the image file data. | |
Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |