Show / Hide Table of Contents

Class AnnotStyle.ChangeAnnotFillColorEventArgs

Inheritance
System.Object
AnnotStyle.ChangeAnnotFillColorEventArgs
Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public class ChangeAnnotFillColorEventArgs : EventArgs

Constructors

ChangeAnnotFillColorEventArgs(Int32)

Declaration
public ChangeAnnotFillColorEventArgs(int color)
Parameters
Type Name Description
System.Int32 color

Properties

Color

Declaration
public int Color { get; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX