Interface IGraphic
Inherited Members
Namespace: IronPPT.Interfaces
Assembly: IronPPT.dll
Syntax
public interface IGraphic : IContentElement
Properties
Angle
Declaration
Rotation Angle { get; set; }
Property Value
Type | Description |
---|---|
Rotation |
Height
Declaration
DocUnit Height { get; set; }
Property Value
Type | Description |
---|---|
DocUnit |
Position
Declaration
ElementPosition Position { get; set; }
Property Value
Type | Description |
---|---|
ElementPosition |
Width
Declaration
DocUnit Width { get; set; }
Property Value
Type | Description |
---|---|
DocUnit |