Show / Hide Table of Contents

Class HandleFileAttachmentEventArgs

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

Constructors

HandleFileAttachmentEventArgs(PTFileAttachment, nuint)

Declaration
public HandleFileAttachmentEventArgs(PTFileAttachment fileAttachment, nuint pageNumber)
Parameters
Type Name Description
PTFileAttachment fileAttachment
System.nuint pageNumber

Properties

FileAttachment

Declaration
public PTFileAttachment FileAttachment { get; set; }
Property Value
Type Description
PTFileAttachment

PageNumber

Declaration
public nuint PageNumber { get; set; }
Property Value
Type Description
System.nuint
Back to top Generated by DocFX