PdfSaveOptions.OutlineTreeHeight

PdfSaveOptions.OutlineTreeHeight property

Specifies the height of the document outline tree to save. 0 - the outline tree will not be converted, 1 - only the first level outline items will be converted, ans so on.

public int OutlineTreeHeight { get; set; }

See Also