PaperSizeList.Item Property

Overloads

PaperSizeList[Int32]Gets a PaperSize object by index.
PaperSizeList[String]Gets a PaperSize object by name.

PaperSizeList[Int32]

Gets a PaperSize object by index.

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

Property Value

PaperSize

Licensing Info

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

PaperSizeList[String]

Gets a PaperSize object by name.

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

Property Value

PaperSize

Licensing Info

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

See Also

PaperSizeList
ceTe.DynamicPDF.Printing

In this topic