Show / Hide Table of Contents

Class AnnotStyle.ChangeTextAlignmentEventArgs

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

Constructors

ChangeTextAlignmentEventArgs(Int32, Int32)

Declaration
public ChangeTextAlignmentEventArgs(int horizontalAlignment, int verticalAlignment)
Parameters
Type Name Description
System.Int32 horizontalAlignment
System.Int32 verticalAlignment

Properties

HorizontalAlignment

Declaration
public int HorizontalAlignment { get; }
Property Value
Type Description
System.Int32

VerticalAlignment

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