Click or drag to resize

DocPicture Methods

The DocPicture type exposes the following members.

Methods
Name Description
Public method AddCaption
Add Caption for current Picture
Public method AdjustWithEffects
Adds to the source rectangle value of the effect extent.
(Inherited from ShapeBase .)
Public method ApplyCharacterFormat
Applies the specified character format to the current object.
(Inherited from ParagraphBase .)
Public method ApplyStyle
Applies the specified character style to the current object. If the specified style does not exist and the style name is "default paragraph font", a new built-in style is created and added to the document. If the specified style still cannot be found, an ArgumentException is thrown.
(Inherited from ParagraphBase .)
Public method Clone
Creates a duplicate of the document object.
(Inherited from DocumentObject .)
Protected method CloneImpl (Overrides ShapeObject CloneImpl .)
Protected method CreateLayoutInfo (Overrides ShapeObject CreateLayoutInfo .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetNextWidgetSibling
Gets the next widget sibling.
(Inherited from ParagraphBase .)
Public method GetPreviousWidgetSibling
Gets the previous widget sibling.
(Inherited from ParagraphBase .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method InitXDLSHolder (Overrides ShapeObject InitXDLSHolder .)
Public method LoadImage( Byte )
Loads image as bytes array.
Public method LoadImage(Image)
Loads image.
Public method LoadImage(Stream)
Loads the image.
Public method LoadImage(String)
Loads the image.
Public method LocalToParent
Converts a point from local coordinates to parent coordinates.
(Inherited from ShapeBase .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method ReadXmlAttributes (Overrides ShapeObject ReadXmlAttributes(IXDLSAttributeReader) .)
Protected method ReadXmlContent (Overrides DocumentSerializable ReadXmlContent(IXDLSContentReader) .)
Public method ReplaceImage
Replaces the image.
Protected method RestoreReference (Inherited from DocumentSerializable .)
Public method SetScale(Single)
Scale the image by scale factor.
Public method SetScale(Single, Single)
Scale the image by scale factor.
Public method SetShapeType
Sets the shape type. Users are not to modify shape type directly.
(Inherited from ShapeBase .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject .)
Protected method WriteXmlAttributes (Overrides ShapeObject WriteXmlAttributes(IXDLSAttributeWriter) .)
Protected method WriteXmlContent (Overrides DocumentSerializable WriteXmlContent(IXDLSContentWriter) .)
Top
See Also