共用方式為


ElectronicJournal.PrintContent(String, String) Method

Definition

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.

Applies to