ExpandedOutlineLevels

PdfCoreOptions.ExpandedOutlineLevels property

Specifies how many levels in the document outline to show expanded when the PDF file is viewed. 0 - the document outline is not expanded. 1 - first level items in the document are expanded and so on. Default is 0.

public int ExpandedOutlineLevels { get; set; }

See Also