The Image class represents an image reservation in a document.
Syntax
C# | Visual Basic | Managed C++ |
public class Image : Shape, IAnchorPoint, IAutohide, IBorderStyle, IBumpers, INamed, IRectangular, IVariableElement
Public Class Image _ Inherits Shape _ Implements IAnchorPoint, IAutohide, IBorderStyle, IBumpers, INamed, IRectangular, IVariableElement
public ref class Image : public Shape, IAnchorPoint, IAutohide, IBorderStyle, IBumpers, INamed, IRectangular, IVariableElement
Members
All Members | Constructors | Methods | Properties | Fields | Events |
|
|
|
Icon | Member | Description |
---|---|---|
ImageNew(IShapeContainer) |
Creates a new Image document element with the specified parent IShapeContainer.
|
|
AnchorPoint |
Gets or sets the shape's anchor point.
|
|
Angle | Gets or sets the angle of the shape relative to its containing object. (Inherited from Shape.) |
|
AutohideCondition | ||
BorderColor |
Gets or sets the name of the Color used to draw this element's border.
|
|
BorderCornerRadius |
Gets or sets the radius used to draw rounded corners on this shape.
|
|
BorderDashGap |
Gets or sets the gap between dots or dashes used to draw this element's border.
|
|
BorderDashSize |
Gets or sets the length of dashes used to draw this element's border.
|
|
BorderStyle |
Gets or sets the line style of this element's border.
|
|
BorderThickness |
Gets or sets the thickness of this element's border.
|
|
BorderTint |
Gets or sets the saturation level of the border color.
|
|
BottomBumper |
Gets or sets the bottom bumper.
|
|
BoundsInContainer | Gets the shape's bounding box relative to its Container. (Inherited from Shape.) |
|
BoundsInPage | Gets the shape's bounding box relative to its containing page. (Inherited from Shape.) |
|
ColorDepth |
Gets the number of bits per pixel of the raster image data assigned to this image object.
|
|
ConstrainSelectionAndEditing | Gets or sets whether selection and editing of the shape should be prevented during an online editing session. (Inherited from Shape.) |
|
ConstrainSizeAndPosition | Gets or sets whether changes to the shape's size and position should be prevented during an online editing session. (Inherited from Shape.) |
|
Container | Gets the IShapeContainer shape or page which geometrically contains this shape. (Inherited from Shape.) |
|
Delete() | Deletes this element and also deletes any descendant elements. (Inherited from Element.) |
|
Duplicate() | Creates a copy of the element and inserts it as the element's next sibling. (Inherited from Element.) |
|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
FirstChildElement | Gets this element's first child Element in the document tree. (Inherited from Element.) |
|
Fit |
Gets or sets the FitImage mode used to scale the Image and/or its image data.
|
|
Format |
Gets the format of the image data assigned to this image object.
|
|
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
Height | Gets or sets the height of the shape. (Inherited from Shape.) |
|
HorizontalScale |
Gets or sets Width as a percentage of the preferred width specified in the underlying image data.
|
|
ImagePageCount |
Gets the number of displayable pages in this image.
|
|
ImagePageNumber |
Gets or sets the displayed page of a multipage image.
|
|
IsRaster |
trueTruetrue if the image data assigned to this image object has a raster format; falseFalsefalse otherwise.
|
|
IsVisible | (Inherited from Element.) | |
LeftBumper |
Gets or sets the left bumper.
|
|
MemberwiseClone() | (Inherited from Object.) | |
MoveBefore(Element, Element) | Moves this Element to a different place in the document tree. (Inherited from Element.) |
|
Name | ||
NextElementInTree | Gets the next Element in a depth-first traversal of the document tree. (Inherited from Element.) |
|
NextNonDescendantElementInTree | Gets the next Element (in a depth-first traversal of the document tree) which is not a descendant of this element. (Inherited from Element.) |
|
NextShapeToDraw | (Inherited from Shape.) | |
NextSiblingElement | Gets this element's next sibling Element in the document tree. (Inherited from Element.) |
|
ParentElement | Gets this element's parent Element in the document tree. (Inherited from Element.) |
|
PixelHeight |
Gets the height in pixels of the raster image data assigned to this image object.
|
|
PixelWidth |
Gets the width in pixels of the raster image data assigned to this image object.
|
|
RightBumper |
Gets or sets the right bumper.
|
|
SendToBack() | Makes this shape first in its Container's draw order. (Inherited from Shape.) |
|
SendToFront() | Makes this shape last in its Container's draw order. (Inherited from Shape.) |
|
Source |
Gets or sets a String specifying the location of the image data assigned to this image object.
|
|
SourceResolved |
Gets a String specifying where the image data assigned to this image object was actually found.
|
|
SuppressPrinting | Gets or sets whether the shape should be included or suppressed when generating output. (Inherited from Shape.) |
|
TopBumper |
Gets or sets the top bumper.
|
|
ToString() | (Inherited from Object.) | |
UiClass | Gets or sets the shape's user interface class, supporting custom user interfaces in online editing sessions. (Inherited from Shape.) |
|
Variable | ||
VerticalScale |
Gets or sets Height as a percentage of the preferred height specified in the underlying image data.
|
|
Visible | Gets or sets whether this element should be visible or hidden. (Inherited from Element.) |
|
Width | Gets or sets the width of the shape. (Inherited from Shape.) |
|
X | Gets or sets the horizontical (x) position of the shape relative to its containing shape or page. (Inherited from Shape.) |
|
Y | Gets or sets the vertical (y) position of the shape relative to its containing shape or page. (Inherited from Shape.) |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)