Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <PDRSTORE.H>

Typedef TCommandString

typedef TBuf8<KMaxCommandStringLength> TCommandString;

Description

Defines a command string used by printer drivers.

[Top]


Enum TFbsEncoding

TFbsEncoding

Description

Codes used by printer drivers.

EFbsNone

No code.

EFbsRunLength

Run length.

EFbsTIFF

TIFF.

EFbsDeltaRow

Delta row.

EFbsReserved

Reserved.

EFbsAdaptive

Adaptive.

[Top]


Enum TFbsRasterGraphicsMode

TFbsRasterGraphicsMode

Description

Determines the raster mode used by printer drivers.

EFbsLogicalPageOrientation

Logical page orientation.

EFbsPhysicalPageOrientation

Physcial page orientation.

[Top]


Enum TPdrResourceId

TPdrResourceId

Description

Enumerates resources used by printer drivers.

EPdrReset

Reset.

EPdrSetPageSize

Set page size.

EPdrPreAmble

Preamble.

EPdrPostAmble

Postamble.

EPdrSetTextColor

Set text colour.

EPdrBoldOn

Bold text.

EPdrBoldOff

Normal text weighting.

EPdrItalicOn

Italic text.

EPdrItalicOff

Normal text slant.

EPdrUnderlineOn

Underline text.

EPdrUnderlineOff

No text underline.

EPdrStrikethroughOn

Strike through text.

EPdrStrikethroughOff

No text strike through.

EPdrNewPage

New page.

EPdrPortrait

Portrait view.

EPdrLandscape

Landscape view.

EPdrSetXPos

Set the x-position of the printer head.

EPdrSetYPos

Set the y-position of the printer head.

EPdrIncrementXPos

Increment the x-position.

EPdrIncrementYPos

Increment the y-position.

EPdrCarriageReturn

Carriage return.

EPdrSetGraphicsColor

Set the graphics colour.

EPdrBitmapStart

Starting position of bitmap.

EPdrBitmapEnd

End position of bitmap.

EPdrScanLine

Scan line.

EPdrEndScanLine

End of scan line.

EPdrResource1

Extra resource holder.

EPdrResource2

Extra resource holder.

EPdrResource3

Extra resource holder.

EPdrResource4

Extra resource holder.

EPdrResource5

Extra resource holder.

EPdrResource6

Extra resource holder.

EPdrResource7

Extra resource holder.

EPdrResource8

Extra resource holder.


PDRSTORE.H Global variables

[Top]


KMaxCommandStringLength

const TInt KMaxCommandStringLength=0x40;

Description

Maximum length of a printer command string.