Search
PdfExporter.Export Method
See Also
 





Exports the specified calendar as a PDF format.

Namespace: MindFusion.Scheduling.Export
Assembly: MindFusion.Scheduling.Pdf

 Syntax

C#  Copy Code

public void Export (
    Calendar calendar,
    string fileName
)

Visual Basic  Copy Code

Public Sub Export( _
    calendar As Calendar, _
    fileName As String _
)

 Parameters

calendar

The Calendar to export.

fileName

The name of the target file.

 See Also