PaperSourceList.Item Property

Overloads

PaperSourceList[Int32]Gets a PaperSource object by index.
PaperSourceList[String]Gets a PaperSource object by name.

PaperSourceList[Int32]

Gets a PaperSource object by index.

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

Property Value

PaperSource

Licensing Info

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

PaperSourceList[String]

Gets a PaperSource object by name.

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

Property Value

PaperSource

Licensing Info

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

See Also

PaperSourceList
ceTe.DynamicPDF.Printing

In this topic