Share via


ElectronicJournal.QueryContent(String, String, String) Method

Definition

Queries the content and stores it. The format of the data that is stored on the medium depends on the physical device model.

public abstract void QueryContent (string fileName, string fromMarker, string toMarker);
abstract member QueryContent : string * string * string -> unit
Public MustOverride Sub QueryContent (fileName As String, fromMarker As String, toMarker As String)

Parameters

fileName
String

Name of the file that contains printing data.

fromMarker
String

Marker identifier that indicates start position of the data.Specifying a null string means specifying the data at the beginning of the recording medium.

toMarker
String

Marker identifier that indicates end position of the data.Specifying a null string means specifying the data at the end of the recording medium.

Applies to