API Reference

Class

PdfLabelSheetComponent

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Implements
Modifiers sealed

A simple printable label grid implemented as a normal flow table.

Inheritance

  • Object
  • PdfLabelSheetComponent

Constructors

public PdfLabelSheetComponent(IEnumerable<PdfLabel> labels, Int32 columns = 3) #

Creates a label sheet with a fixed logical column count.

Parameters

labels System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfLabel} requiredposition: 0
columns System.Int32 = 3 optionalposition: 1

Methods

public virtual Void Compose(PdfItemCompose content) #
Returns: Void

Parameters

content OfficeIMO.Pdf.PdfItemCompose requiredposition: 0

Properties

public Int32 Columns { get; } #

Number of labels per row.