Class LayoutGroupExtensions
- Namespace
- BpNexT.NET.Extensions.Drucken
- Assembly
- BpNexT.NET.dll
Provides extension methods for the BpNT.AutoDruckenLayoutGroup class.
public static class LayoutGroupExtensions
- Inheritance
-
objectLayoutGroupExtensions
Methods
GetLayoutBuilder(LayoutGroup, string)
Gets a layout builder for a given layout name.
public static LayoutBuilder GetLayoutBuilder(this LayoutGroup layoutGroup, string layoutName)
Parameters
layoutGroupLayoutGrouplayoutNamestringThe name of the layout.
Returns
Exceptions
GetPossibleLayouts(LayoutGroup)
Gets the possible layouts for a layout group.
public static string[] GetPossibleLayouts(this LayoutGroup layoutGroup)
Parameters
layoutGroupLayoutGroup
Returns
- string[]
An array of layout names.
Exceptions
- Exception
Thrown when the Application is not set.