API Reference
Class
PdfLabelSheetComponent
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}
- columns System.Int32 = 3
Methods
public virtual Void Compose(PdfItemCompose content) #Returns:
VoidParameters
- content OfficeIMO.Pdf.PdfItemCompose
Inherited Methods
Properties
public Int32 Columns { get; } #Number of labels per row.