Table of Contents

Property FlattenMarkedContent

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

FlattenMarkedContent

Gets or sets a value indicating how to process marked content.

public bool FlattenMarkedContent { get; set; }

Property Value

bool

true to ignore marked content operators and return objects within marked content sequences as regular page objects. false to return PdfMarkedContent objects for marked content sequences and points.

Remarks

Default value: false.

Setting this option to false allows you to extract layers and tags.

Flattening of form XObjects is useful for backward compatibility. You can also use it if you do not need to extract marked content.