Method PrimaryLayer
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
PrimaryLayer()
Adds the primary layer.
public LayoutContainer PrimaryLayer()
Returns
- LayoutContainer
The layout container for the primary layer.
Remarks
The LayerContainer must contain exactly one primary layer. Layout algorithm uses the primary layer when composing content.
Exceptions
- LayoutException
Primary layer already exists.