Show / Hide Table of Contents

Class AnnotStyleBorderEffectModificationEventArgs

Inheritance
System.Object
AnnotStyleBorderEffectModificationEventArgs
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class AnnotStyleBorderEffectModificationEventArgs : EventArgs

Constructors

AnnotStyleBorderEffectModificationEventArgs(PTBorderEffect)

Declaration
public AnnotStyleBorderEffectModificationEventArgs(PTBorderEffect borderEffect)
Parameters
Type Name Description
PTBorderEffect borderEffect

Properties

BorderEffect

Declaration
public PTBorderEffect BorderEffect { get; set; }
Property Value
Type Description
PTBorderEffect
Back to top Generated by DocFX