Gets a value indicating the primary content type of this configuration.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfRichMediaContentType? PrimaryContentType { get; }
VB
Public ReadOnly Property PrimaryContentType As PdfRichMediaContentType?
Get
Property Value
Type:
Nullable<
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.
See Also