ExportToPdf(Stream, PdfExportOptions)
|
stream, options
|
Exports the Map control’s data to the specified stream in PDF format using the specified options.
|
ExportToPdf(Stream)
|
stream
|
Exports the MapControl’s data to a PDF document and sends it to the specified stream.
|
ExportToPdf(String, PdfExportOptions)
|
filePath, options
|
Exports the control’s data to the specified file in PDF format using the specified options.
|
ExportToPdf(String)
|
filePath
|
Exports the Map Control’s data to the specified file in PDF format.
|