Table of Contents

Property LayoutCompleted

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

LayoutCompleted

Gets a value indicating whether the layout is ready for rendering.

public bool LayoutCompleted { get; }

Property Value

bool

true when total number of pages is known and layout is completed; false, otherwise.

Remarks

The library performs 2 passes when generating the document. First time, the library calculates the total number of pages in the document. Second time, the library renders the content of the document. This property returns false when the context corresponds to the first pass.