The Picture type exposes the following members.

Properties

  NameDescription
Public propertyAdjustmentList
Gets adjustments of a shape. Null if a shape doesn't have adjustments.
(Inherited from Shape.)
Public propertyBounds
Gets or sets bounds of a shape.
(Inherited from Shape.)
Public propertyBrightness
Gets or sets image brightness. Value must be in the range [-1..1].
Public propertyContrast
Gets or sets image contrast. Value must be in the range [-1..1].
Public propertyCropFormat
Gets or sets image cropping properties.
Public propertyFillFormat
Gets or sets fill style of a shape.
(Inherited from Shape.)
Public propertyFormatName
Gets image format or file extension e.g. "jpg", "gif", "png, "bmp".
Public propertyHasHyperlink
Determines whether a shape has a hyperlink.
(Inherited from Shape.)
Public propertyHyperlink
Gets or sets hyperlink for a shape. Null if hyperlink is not set.
(Inherited from Shape.)
Public propertyLowerRightPoint
Gets lower right point of shape bounds. If ReflectVertically returns true then gets the upper right point.
(Inherited from Shape.)
Public propertyProtected
Gets or sets whether a shape is protected against selecting and modifying.
(Inherited from Shape.)
Public propertyReflectVertically
Gets or sets whether a shape is reflected vertically.
(Inherited from Shape.)
Public propertyRotation
Gets or sets rotation angle (degree) of a shape.
(Inherited from Shape.)
Public propertyShapeType
Gets type of a shape.
(Inherited from Shape.)
Public propertyStrokeFormat
Gets or sets style of lines used to draw a shape.
(Inherited from Shape.)
Public propertyTextBox
Gets text box of a shape.
(Inherited from Shape.)
Public propertyUpperLeftPoint
Gets upper left point of shape bounds. If ReflectVertically returns true then gets the lower left point.
(Inherited from Shape.)

See Also