API Reference
Class
PdfTicketComponent
A compact ticket or admission-pass recipe over the normal PDF panel flow.
Inheritance
- Object
- PdfTicketComponent
Constructors
public PdfTicketComponent(String title, String ticketNumber, Nullable<DateTime> startsAt = null, String venue = null, String holder = null, String instructions = null, CultureInfo culture = null) #Creates a ticket recipe.
Parameters
- title System.String
- ticketNumber System.String
- startsAt System.Nullable{System.DateTime} = null
- venue System.String = null
- holder System.String = null
- instructions System.String = null
- culture System.Globalization.CultureInfo = null
Methods
public virtual Void Compose(PdfItemCompose content) #Returns:
VoidParameters
- content OfficeIMO.Pdf.PdfItemCompose