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.
Read the LayerContainer section of the Compound containers article for examples of using this method.
Exceptions
- LayoutException
Primary layer already exists.