ElectronicJournal.PrintContent(String, 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 current journal document stored in the recording medium onto the connected printer system.
public abstract void PrintContent (string fromMarker, string toMarker);
abstract member PrintContent : string * string -> unit
Public MustOverride Sub PrintContent (fromMarker As String, toMarker As String)
Parameters
- fromMarker
- String
Marker identifier that indicates start position of the data.A setting of null uses the position of the data at the beginning of the recording medium.
- toMarker
- String
Marker identifier that indicates end position of the data.A setting of null uses the position of the data at the end of the recording medium.