ElectronicJournal.QueryContent(String, 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.
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.