Skip to content

PDFFlowDocumentDefaults

Namespace: O2S.Components.PDF4NET.FlowDocument

Defines default values for a flow document.

public class PDFFlowDocumentDefaults

Inheritance ObjectPDFFlowDocumentDefaults

Constructors

PDFFlowDocumentDefaults()

Initializes a new PDFFlowDocumentDefaults object.

public PDFFlowDocumentDefaults()

Properties

EnableAutomaticTagging

Gets or sets a flag indicating whether the automatic tagging is enabled.

public bool EnableAutomaticTagging { get; set; }

Property Value

Boolean
When set to true, the flow document generates automatically a logical structure for the document by tagging the content.


PageDefaults

Gets the page defaults.

public PDFFlowPageDefaults PageDefaults { get; }

Property Value

PDFFlowPageDefaults
Default values for a page in a flow document.