| IPicture Interface | 
Namespace: Spire.Doc.Interface
 Syntax
Syntax
 
The IPicture type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | AlternativeText | 
 Gets or sets the picture's alternative text.
 | 
|   | Document | 
 Gets document of this entity.
(Inherited from
 IDocumentObject
.) | 
|   | DocumentObjectType | 
 Gets the type of the document object.
(Inherited from
 IDocumentObject
.) | 
|   | Height | 
 Returns or setspicture height.
 | 
|   | HeightScale | 
 Returns or setspicture height scale factor in percent.
 | 
|   | HorizontalAlignment | 
 Returns or setspicture horizontal alignment.
 | 
|   | HorizontalOrigin | 
 Gets \ sets horizontal origin of the picture.
 | 
|   | HorizontalPosition | 
 Gets \ sets absolute horizontal position of the picture.
 | 
|   | Image | 
 Gets internal System.Drawing.Image object.
 | 
|   | ImageBytes | 
 Gets image byte array.
 | 
|   | IsComposite | 
 Gets a value indicating whether this instance is composite.
(Inherited from
 IDocumentObject
.) | 
|   | IsUnderText | 
 Gets or sets a value indicating whether the picture is under text.
 | 
|   | NextSibling | 
 Gets the next sibling.
(Inherited from
 IDocumentObject
.) | 
|   | Owner | 
 Gets owner of this document object.
(Inherited from
 IDocumentObject
.) | 
|   | OwnerParagraph | 
 Gets the owner paragraph.
(Inherited from
 IParagraphBase
.) | 
|   | PreviousSibling | 
 Gets the previous sibling.
(Inherited from
 IDocumentObject
.) | 
|   | StyleName | 
 Gets the style name.
(Inherited from
 IParagraphBase
.) | 
|   | TextWrappingStyle | 
 Gets \ sets text wrapping style of the picture.
 | 
|   | TextWrappingType | 
 Gets \ sets text wrapping type of the picture.
 | 
|   | Title | 
 Gets or sets the picture's title
 | 
|   | VerticalAlignment | 
 Returns or setspicture vertical alignment.
 | 
|   | VerticalOrigin | 
 Gets \ sets vertical origin of the picture.
 | 
|   | VerticalPosition | 
 Gets \ sets absolute vertical position of the picture.
 | 
|   | Width | 
 Returns or setspicture width.
 | 
|   | WidthScale | 
 Returns or setspicture width scale factor in percent.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | AddCaption | 
 Add Caption for current Picture
 | 
|   | ApplyStyle | 
 Applys the character style.
(Inherited from
 IParagraphBase
.) | 
|   | Clone | 
 Creates a duplicate of the document object.
(Inherited from
 IDocumentObject
.) | 
|   | GetNextWidgetSibling | 
 Gets the next widget sibling.
(Inherited from
 IDocumentObject
.) | 
|   | GetPreviousWidgetSibling | 
 Gets the previous sibling.
(Inherited from
 IDocumentObject
.) | 
|   | LoadImage( Byte ) | 
 Loads System.Drawing.Image as byte array.
 | 
|   | LoadImage(Image) | 
 Loads System.Drawing.Image object.
 | 
 See Also
See Also