Table of Contents

Property PrimaryContentType

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

PrimaryContentType

Gets a value indicating the primary content type of this configuration.

public PdfRichMediaContentType? PrimaryContentType { get; }

Property Value

PdfRichMediaContentType?

The content type.

Remarks

If the value is null then the type of the first element from the Instances collection should be used instead.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.