C# Class iTextSharp.text.pdf.codec.wmf.MetaState

Mostra file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
ALTERNATE int
MetaObjects List
OPAQUE int
TA_BASELINE int
TA_BOTTOM int
TA_CENTER int
TA_LEFT int
TA_NOUPDATECP int
TA_RIGHT int
TA_TOP int
TA_UPDATECP int
TRANSPARENT int
WINDING int
backgroundMode int
currentBackgroundColor iTextSharp.text.BaseColor
currentBrush MetaBrush
currentFont MetaFont
currentPen MetaPen
currentPoint System.Drawing.Point
currentTextColor iTextSharp.text.BaseColor
extentWx int
extentWy int
lineJoin int
offsetWx int
offsetWy int
polyFillMode int
savedStates Stack
scalingX float
scalingY float
textAlign int

Public Methods

Method Description
AddMetaObject ( MetaObject obj ) : void
Cleanup ( PdfContentByte cb ) : void
DeleteMetaObject ( int index ) : void
MetaState ( ) : System
MetaState ( MetaState state ) : System
RestoreState ( int index, PdfContentByte cb ) : void
SaveState ( PdfContentByte cb ) : void
SelectMetaObject ( int index, PdfContentByte cb ) : void
TransformAngle ( float angle ) : float
TransformX ( int x ) : float
TransformY ( int y ) : float

Method Details

AddMetaObject() public method

public AddMetaObject ( MetaObject obj ) : void
obj MetaObject
return void

Cleanup() public method

public Cleanup ( PdfContentByte cb ) : void
cb PdfContentByte
return void

DeleteMetaObject() public method

public DeleteMetaObject ( int index ) : void
index int
return void

MetaState() public method

public MetaState ( ) : System
return System

MetaState() public method

public MetaState ( MetaState state ) : System
state MetaState
return System

RestoreState() public method

public RestoreState ( int index, PdfContentByte cb ) : void
index int
cb PdfContentByte
return void

SaveState() public method

public SaveState ( PdfContentByte cb ) : void
cb PdfContentByte
return void

SelectMetaObject() public method

public SelectMetaObject ( int index, PdfContentByte cb ) : void
index int
cb PdfContentByte
return void

TransformAngle() public method

public TransformAngle ( float angle ) : float
angle float
return float

TransformX() public method

public TransformX ( int x ) : float
x int
return float

TransformY() public method

public TransformY ( int y ) : float
y int
return float

Property Details

ALTERNATE public_oe static_oe property

public static int ALTERNATE
return int

MetaObjects public_oe property

public List MetaObjects
return List

OPAQUE public_oe static_oe property

public static int OPAQUE
return int

TA_BASELINE public_oe static_oe property

public static int TA_BASELINE
return int

TA_BOTTOM public_oe static_oe property

public static int TA_BOTTOM
return int

TA_CENTER public_oe static_oe property

public static int TA_CENTER
return int

TA_LEFT public_oe static_oe property

public static int TA_LEFT
return int

TA_NOUPDATECP public_oe static_oe property

public static int TA_NOUPDATECP
return int

TA_RIGHT public_oe static_oe property

public static int TA_RIGHT
return int

TA_TOP public_oe static_oe property

public static int TA_TOP
return int

TA_UPDATECP public_oe static_oe property

public static int TA_UPDATECP
return int

TRANSPARENT public_oe static_oe property

public static int TRANSPARENT
return int

WINDING public_oe static_oe property

public static int WINDING
return int

backgroundMode public_oe property

public int backgroundMode
return int

currentBackgroundColor public_oe property

public BaseColor,iTextSharp.text currentBackgroundColor
return iTextSharp.text.BaseColor

currentBrush public_oe property

public MetaBrush,iTextSharp.text.pdf.codec.wmf currentBrush
return MetaBrush

currentFont public_oe property

public MetaFont,iTextSharp.text.pdf.codec.wmf currentFont
return MetaFont

currentPen public_oe property

public MetaPen,iTextSharp.text.pdf.codec.wmf currentPen
return MetaPen

currentPoint public_oe property

public System.Drawing.Point currentPoint
return System.Drawing.Point

currentTextColor public_oe property

public BaseColor,iTextSharp.text currentTextColor
return iTextSharp.text.BaseColor

extentWx public_oe property

public int extentWx
return int

extentWy public_oe property

public int extentWy
return int

lineJoin public_oe property

public int lineJoin
return int

offsetWx public_oe property

public int offsetWx
return int

offsetWy public_oe property

public int offsetWy
return int

polyFillMode public_oe property

public int polyFillMode
return int

savedStates public_oe property

public Stack savedStates
return Stack

scalingX public_oe property

public float scalingX
return float

scalingY public_oe property

public float scalingY
return float

textAlign public_oe property

public int textAlign
return int