iText 5

MetaPen

MetaPen Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.codec.wmf iTextSharp.text.pdf.codec.wmf.MetaPen[[MetaPen]] iTextSharp.text.pdf.codec.wmf.MetaObject[[MetaObject]] end iTextSharp.text.pdf.codec.wmf.MetaObject --> iTextSharp.text.pdf.codec.wmf.MetaPen

Members

Properties

Public properties

Type

Name

Methods

BaseColor

Color

get

int

PenWidth

get

int

Style

get

Methods

Public methods

Returns

Name

void

Init

(

InputMeta

meta)

Details

Inheritance

Constructors

MetaPen

Source code

public MetaPen()

Methods

Init

Source code

public virtual void Init(InputMeta meta)

Arguments

Type

Name

Description

InputMeta

meta

Properties

Style

public virtual int Style { get; }

PenWidth

public virtual int PenWidth { get; }

Color

public virtual BaseColor Color { get; }

Generated with ModularDoc