ElectronicJournal.PrintContentFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prints the journal document from the specified file onto the connected printer.
public abstract void PrintContentFile (string fileName);
abstract member PrintContentFile : string -> unit
Public MustOverride Sub PrintContentFile (fileName As String)
Parameters
- fileName
- String
Name of the file that contains printing data.