[]
        
(Showing Draft Content)

C1.C1Preview.DocumentPageLayouts.Item

this Property

this[PageLayoutKindEnum]

Gets the PageLayout of the specified PageLayoutKindEnum. Returns null if the specified kind of page layout has not been specified for the current DocumentPageLayouts.

Declaration
public PageLayout this[PageLayoutKindEnum kind] { get; }
Parameters
Type Name Description
PageLayoutKindEnum kind

The kind of page layout to return.

Property Value
Type Description
PageLayout

The page layout with specified kind, or null if it does not exist.