Table of Contents

Class LayoutGroupExtensions

Namespace
BpNexT.NET.Extensions.Drucken
Assembly
BpNexT.NET.dll

Provides extension methods for the BpNT.AutoDruckenLayoutGroup class.

public static class LayoutGroupExtensions
Inheritance
object
LayoutGroupExtensions

Methods

GetLayoutBuilder(LayoutGroup, string)

Gets a layout builder for a given layout name.

public static LayoutBuilder GetLayoutBuilder(this LayoutGroup layoutGroup, string layoutName)

Parameters

layoutGroup LayoutGroup
layoutName string

The name of the layout.

Returns

LayoutBuilder

Exceptions

Exception

GetPossibleLayouts(LayoutGroup)

Gets the possible layouts for a layout group.

public static string[] GetPossibleLayouts(this LayoutGroup layoutGroup)

Parameters

layoutGroup LayoutGroup

Returns

string[]

An array of layout names.

Exceptions

Exception

Thrown when the Application is not set.