Click or drag to resize

ILayout InsertPlaceholder Method

Append Placeholder to layout.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
IAutoShape InsertPlaceholder(
	InsertPlaceholderType placeholderType,
	RectangleF rectangle
)

Parameters

placeholderType
Type: Spire.Presentation InsertPlaceholderType
rectangle
Type: System.Drawing RectangleF

Return Value

Type: IAutoShape
See Also