MediaTypeList.Item Property

Overloads

MediaTypeList[Int32]Gets the media type by its index.
MediaTypeList[String]Gets the media type by its name.

MediaTypeList[Int32]

Gets the media type by its index.

public MediaType this[int index] { get; }
Public Property Item(index As Integer) As MediaType

Property Value

MediaType

Licensing Info

This property is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

MediaTypeList[String]

Gets the media type by its name.

public MediaType this[string name] { get; }
Public Property Item(name As String) As MediaType

Property Value

MediaType

Licensing Info

This property is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

See Also

MediaTypeList
ceTe.DynamicPDF.Printing

In this topic