API Reference

Class

PdfLabel

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One printable label in a label-sheet recipe.

Inheritance

  • Object
  • PdfLabel

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfLabel(String text, String secondaryText = null, String codeText = null) #

Creates a label with primary, secondary, and optional machine-readable text.

Parameters

text System.String requiredposition: 0
secondaryText System.String = null optionalposition: 1
codeText System.String = null optionalposition: 2

Properties

public String Text { get; } #

Primary label text.

public String SecondaryText { get; } #

Optional secondary line.

public String CodeText { get; } #

Optional searchable code value.