[]
Gets the PageLayout of the specified PageLayoutKindEnum. Returns null if the specified kind of page layout has not been specified for the current DocumentPageLayouts.
public PageLayout this[PageLayoutKindEnum kind] { get; }
| Type | Name | Description |
|---|---|---|
| PageLayoutKindEnum | kind | The kind of page layout to return. |
| Type | Description |
|---|---|
| PageLayout | The page layout with specified kind, or null if it does not exist. |