Table of Contents

Class PDExtendedGraphicsState

Namespace
Org.Apache.Pdfbox.Pdmodel.Graphics.State
Assembly
MASES.NetPDF.dll
public class PDExtendedGraphicsState : COSObjectable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable
Inheritance
JVMBridgeBase
JVMBridgeBase<COSObjectable>
PDExtendedGraphicsState
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<COSObjectable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<COSObjectable>.IsAssignableFrom<T>()
JVMBridgeBase<COSObjectable>.Execute<T>(params T[])
JVMBridgeBase<COSObjectable>.DynBridgeClazz
JVMBridgeBase<COSObjectable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

Constructors

PDExtendedGraphicsState()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PDExtendedGraphicsState()

PDExtendedGraphicsState(COSDictionary)

public PDExtendedGraphicsState(COSDictionary arg0)

Parameters

arg0 COSDictionary

COSDictionary

PDExtendedGraphicsState(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PDExtendedGraphicsState(params object[] args)

Parameters

args object[]

Properties

AlphaSourceFlag

public bool AlphaSourceFlag { get; set; }

Property Value

bool

AutomaticStrokeAdjustment

public bool AutomaticStrokeAdjustment { get; set; }

Property Value

bool

BlendMode

public BlendMode BlendMode { get; set; }

Property Value

BlendMode

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COSObject

public COSBase COSObject { get; }

Property Value

COSBase

FlatnessTolerance

public Float FlatnessTolerance { get; set; }

Property Value

Float

FontSetting

public PDFontSetting FontSetting { get; set; }

Property Value

PDFontSetting

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LineCapStyle

public int LineCapStyle { get; set; }

Property Value

int

LineDashPattern

public PDLineDashPattern LineDashPattern { get; set; }

Property Value

PDLineDashPattern

LineJoinStyle

public int LineJoinStyle { get; set; }

Property Value

int

LineWidth

public Float LineWidth { get; set; }

Property Value

Float

MiterLimit

public Float MiterLimit { get; set; }

Property Value

Float

NonStrokingAlphaConstant

public Float NonStrokingAlphaConstant { get; set; }

Property Value

Float

NonStrokingOverprintControl

public bool NonStrokingOverprintControl { get; set; }

Property Value

bool

OverprintMode

public Integer OverprintMode { get; set; }

Property Value

Integer

RenderingIntent

public RenderingIntent RenderingIntent { get; set; }

Property Value

RenderingIntent

SmoothnessTolerance

public Float SmoothnessTolerance { get; set; }

Property Value

Float

SoftMask

public PDSoftMask SoftMask { get; }

Property Value

PDSoftMask

StrokingAlphaConstant

public Float StrokingAlphaConstant { get; set; }

Property Value

Float

StrokingOverprintControl

public bool StrokingOverprintControl { get; set; }

Property Value

bool

TextKnockoutFlag

public bool TextKnockoutFlag { get; set; }

Property Value

bool

Transfer

public COSBase Transfer { get; set; }

Property Value

COSBase

Transfer2

public COSBase Transfer2 { get; set; }

Property Value

COSBase

Methods

CopyIntoGraphicsState(PDGraphicsState)

public void CopyIntoGraphicsState(PDGraphicsState arg0)

Parameters

arg0 PDGraphicsState

PDGraphicsState

Exceptions

IOException