IPictureFrame

Overview

IPictureFrame is a interface in Aspose.Slides FOSS for .NET. Inherits from: IGeometryShape.

Represents a picture frame shape.

Properties: PictureFormat, PictureFrameLock, RelativeScaleHeight, RelativeScaleWidth.

Properties

NameTypeAccessDescription
PictureFrameLockIPictureFrameLock?ReadGets the picture frame lock.
PictureFormatIPictureFillFormat?ReadGets the picture format.
RelativeScaleHeightfloatRead/WriteGets or sets the relative scale height.
RelativeScaleWidthfloatRead/WriteGets or sets the relative scale width.

See Also