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
)
Function InsertPlaceholder (
placeholderType As InsertPlaceholderType,
rectangle As RectangleF
) As IAutoShape
IAutoShape^ InsertPlaceholder(
InsertPlaceholderType placeholderType,
RectangleF rectangle
)
abstract InsertPlaceholder :
placeholderType : InsertPlaceholderType *
rectangle : RectangleF -> IAutoShape
Parameters
-
placeholderType
-
Type:
Spire.Presentation
InsertPlaceholderType
-
rectangle
-
Type:
System.Drawing
RectangleF
Return Value
Type:
IAutoShape
See Also