 | PdfLabelingRangesItem Property |
Gets or sets the label for the specified page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfLabel this[
int page
] { get; set; }Public Default Property Item (
page As Integer
) As PdfLabel
Get
Set
public:
virtual property PdfLabel^ default[int page] {
PdfLabel^ get (int page) sealed;
void set (int page, PdfLabel^ value) sealed;
}abstract Item : PdfLabel with get, set
override Item : PdfLabel with get, set
/** @property */
public final PdfLabel get_Item(
int page
)
/** @property */
public final void set_Item(PdfLabel value)
function get_Item(page);
function set_Item(value);
Parameters
- page Int32
- The index of the page to get or set the label for.
Return Value
PdfLabelThe label of the specified page.
Implements
IDictionaryTKey, TValueItemTKey
Exceptions
See Also